diff --git a/build/docs/builddoc.bat b/build/docs/builddoc.bat deleted file mode 100644 index 3c782e6bb0..0000000000 --- a/build/docs/builddoc.bat +++ /dev/null @@ -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" diff --git a/build/docs/builddoc.sh b/build/docs/builddoc.sh deleted file mode 100755 index 75b0189c2e..0000000000 --- a/build/docs/builddoc.sh +++ /dev/null @@ -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" \ No newline at end of file diff --git a/build/docs/cppdoc_cmd.exe b/build/docs/cppdoc_cmd.exe deleted file mode 100644 index d04403a9d6..0000000000 Binary files a/build/docs/cppdoc_cmd.exe and /dev/null differ diff --git a/build/docs/modules/cppdoc-standard.dll b/build/docs/modules/cppdoc-standard.dll deleted file mode 100644 index 1c7a87a6a7..0000000000 Binary files a/build/docs/modules/cppdoc-standard.dll and /dev/null differ diff --git a/docs/README.txt b/docs/README.txt index c0138dc4ba..3d1a4541cb 100644 --- a/docs/README.txt +++ b/docs/README.txt @@ -1,8 +1,5 @@ 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: - http://svn.wildfiregames.com/docs/ (simulation2, scriptinterface) - http://svn.wildfiregames.com/docs-cppdoc/ (the rest of the engine) +Doxygen documentation is at http://svn.wildfiregames.com/docs/ To generate the Doxygen documentation: run "doxygen config" in docs/doxygen/ -To generate the CppDoc documentation: run builddoc in build/docs/