diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 23:34:04 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-13 23:34:04 +0000 |
commit | 874755ab46efe9e3b84b4c6b479e5dc813e93445 (patch) | |
tree | 6c17dcd0953158b3a5aa53f9c70d83efbf83e7f1 /chrome/common/common_resources.grd | |
parent | b4bdce24eea17d1ae5a262235122cbc2985ea011 (diff) | |
download | chromium_src-874755ab46efe9e3b84b4c6b479e5dc813e93445.zip chromium_src-874755ab46efe9e3b84b4c6b479e5dc813e93445.tar.gz chromium_src-874755ab46efe9e3b84b4c6b479e5dc813e93445.tar.bz2 |
Re-factor extension docs generation code. Now support referenced types and type links.
The generation code is now more jstemplaty: Uses callouts from the template rather than preprocessing the pageData. Also uses internal subtemplates via transclude which reduces the size of the template significantly.
Also, api pages now have a Types, and all references to types link to the appropriate api doc page which contains it.
TBR=aa, kathyw
Review URL: http://codereview.chromium.org/164523
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common_resources.grd')
-rw-r--r-- | chrome/common/common_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common_resources.grd b/chrome/common/common_resources.grd index 06a9e35..5fc44f4 100644 --- a/chrome/common/common_resources.grd +++ b/chrome/common/common_resources.grd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- This comment is only here because changes to resources are not picked up -without changes to the corresponding grd file. rw3 --> +without changes to the corresponding grd file. rw --> <grit latest_public_release="0" current_release="1"> <outputs> <output filename="grit/common_resources.h" type="rc_header"> |