diff options
author | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 15:46:01 +0000 |
---|---|---|
committer | gfeher@chromium.org <gfeher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 15:46:01 +0000 |
commit | 52d49a6e0731de4a5bc21221b4e200ef132e60b4 (patch) | |
tree | 72e6747bf3241c45ab526d062326e5fcb944c0af /chrome/app | |
parent | f7e9fd67522e66bc9cf3aab6e17a77d35e2b22e2 (diff) | |
download | chromium_src-52d49a6e0731de4a5bc21221b4e200ef132e60b4.zip chromium_src-52d49a6e0731de4a5bc21221b4e200ef132e60b4.tar.gz chromium_src-52d49a6e0731de4a5bc21221b4e200ef132e60b4.tar.bz2 |
Clean up generated policy documentation
Order policies alphabetically for all the generated templates.
Show group descriptions in the generated documentation.
BUG=56358,56654
TEST=DocWriterUnittest.testAddPolicySection,DocWriterUnittest.testAddPolicyRow, PolicyTemplateGenerator.testSorting
Review URL: http://codereview.chromium.org/3431031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/policy/policy_templates.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd index 464e1a3..27570e4 100644 --- a/chrome/app/policy/policy_templates.grd +++ b/chrome/app/policy/policy_templates.grd @@ -8,7 +8,7 @@ templates and will be translated for each locale. --> <outputs> <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" /> <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lang="en" /> - <output filename="app/policy/common/html/policy_list.html" type="doc" lang="en" /> + <output filename="app/policy/common/html/chrome_policy_list.html" type="doc" lang="en" /> <output filename="app/policy/windows/adm/am/chrome.adm" type="adm" lang="am" /> <output filename="app/policy/windows/adm/ar/chrome.adm" type="adm" lang="ar" /> |