1
0
forked from 0ad/0ad

Remove obsolete CppDoc files

This was SVN commit r7819.
This commit is contained in:
Ykkrosh 2010-07-29 20:43:24 +00:00
parent 22591ae210
commit 29d3f824e0
5 changed files with 1 additions and 6 deletions

View File

@ -1 +0,0 @@
"cppdoc_cmd.exe" -overwrite -autoview -autoquit -title="0 A.D." -company="Wildfire Games" -hier -include-const -include-anonymous -document-preprocessor -comment-format="/**;*;*/;AFTER///;//;///" -classdir=projects -module="cppdoc-standard" -extensions="cpp,h" -languages="cpp=cpp,h=cpp" -enable-author=true -enable-deprecations=true -enable-since=true -enable-version=true -file-links-for-globals=true -generate-deprecations-list=true -generate-hierarchy=true -header-background-dark="#ccccff" -header-background-light="#eeeeff" -include-private=true -include-protected=true -index-file-base=index -overview-html=overview.html -reduce-summary-font=true -selected-text-background=navy -selected-text-foreground=white -separate-index-pages=true -show-cppdoc-version=true -show-timestamp=true -summary-html=project.html -suppress-details=false -suppress-frames-links=false -table-background=white -wrap-long-lines=true "..\..\source" #"..\..\source\tools" #"..\..\source\i18n\tests2" #"..\..\source\dcdt" "..\..\docs\generated\index.html"

View File

@ -1 +0,0 @@
./cppdoc -overwrite -autoview -autoquit -title="0 A.D." -company="Wildfire Games" -hier -include-const -include-anonymous -document-preprocessor -comment-format="/**;*;*/;AFTER///;//;///" -classdir=projects -module="cppdoc-standard" -extensions="cpp,h" -languages="cpp=cpp,h=cpp" -enable-author=true -enable-deprecations=true -enable-since=true -enable-version=true -file-links-for-globals=true -generate-deprecations-list=true -generate-hierarchy=true -header-background-dark="#ccccff" -header-background-light="#eeeeff" -include-private=true -include-protected=true -index-file-base=index -overview-html=overview.html -reduce-summary-font=true -selected-text-background=navy -selected-text-foreground=white -separate-index-pages=true -show-cppdoc-version=true -show-timestamp=true -summary-html=project.html -suppress-details=false -suppress-frames-links=false -table-background=white -wrap-long-lines=true "../../source" \#"../../source/tools" \#"../../source/i18n/tests2" \#"../../source/dcdt" "../../docs/generated/index.html"

Binary file not shown.

View File

@ -1,8 +1,5 @@
Lots of general documentation is on Trac: http://trac.wildfiregames.com/ Lots of general documentation is on Trac: http://trac.wildfiregames.com/
Because of a transition (http://trac.wildfiregames.com/ticket/423), code documentation is in two forms: Doxygen documentation is at http://svn.wildfiregames.com/docs/
http://svn.wildfiregames.com/docs/ (simulation2, scriptinterface)
http://svn.wildfiregames.com/docs-cppdoc/ (the rest of the engine)
To generate the Doxygen documentation: run "doxygen config" in docs/doxygen/ To generate the Doxygen documentation: run "doxygen config" in docs/doxygen/
To generate the CppDoc documentation: run builddoc in build/docs/