Browse Source

Hide m.css-specific variables from Doxygen.

pull/255/head
Vladimír Vondruš 8 years ago
parent
commit
3a0d6ee57a
  1. 20
      Doxyfile-mcss
  2. 6
      Doxyfile-public

20
Doxyfile-mcss

@ -100,18 +100,18 @@ HTML_EXTRA_STYLESHEET = \
https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600&subset=latin-ext \ https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600&subset=latin-ext \
../css/m-dark+doxygen.compiled.css ../css/m-dark+doxygen.compiled.css
M_PAGE_FINE_PRINT = "<p>Magnum docs. Part of the <a href="http://magnum.graphics/">Magnum project</a>, copyright © <a href="http://mosra.cz/">Vladimír Vondruš</a> and contributors, 2010&ndash;2018.<br />Generated by <a href="http://doxygen.org/">Doxygen</a> {doxygen_version} and <a href="http://mcss.mosra.cz/">m.css</a>. Contact the team via <a href="https://github.com/mosra/magnum">GitHub</a>, <a href="https://gitter.im/mosra/magnum">Gitter</a>, <a href="mailto:info@magnum.graphics">e-mail</a> or <a href="https://twitter.com/czmosra">Twitter</a>.</p>" #! M_PAGE_FINE_PRINT = "<p>Magnum docs. Part of the <a href="http://magnum.graphics/">Magnum project</a>, copyright © <a href="http://mosra.cz/">Vladimír Vondruš</a> and contributors, 2010&ndash;2018.<br />Generated by <a href="http://doxygen.org/">Doxygen</a> {doxygen_version} and <a href="http://mcss.mosra.cz/">m.css</a>. Contact the team via <a href="https://github.com/mosra/magnum">GitHub</a>, <a href="https://gitter.im/mosra/magnum">Gitter</a>, <a href="mailto:info@magnum.graphics">e-mail</a> or <a href="https://twitter.com/czmosra">Twitter</a>.</p>"
M_SEARCH_HELP = "Search for symbols, directories, files, pages, OpenGL/GLSL and OpenAL APIs. You can omit any prefix from the symbol or file path; adding a <code>:</code> or <code>/</code> suffix lists all members of given symbol or directory. Navigate through the list using <span class="m-label m-dim">&darr;</span> and <span class="m-label m-dim">&uarr;</span>, press <span class="m-label m-dim">Enter</span> to go." #! M_SEARCH_HELP = "Search for symbols, directories, files, pages, OpenGL/GLSL and OpenAL APIs. You can omit any prefix from the symbol or file path; adding a <code>:</code> or <code>/</code> suffix lists all members of given symbol or directory. Navigate through the list using <span class="m-label m-dim">&darr;</span> and <span class="m-label m-dim">&uarr;</span>, press <span class="m-label m-dim">Enter</span> to go."
M_FAVICON = doc/favicon.ico #! M_FAVICON = doc/favicon.ico
M_LINKS_NAVBAR1 = \ #! M_LINKS_NAVBAR1 = \
"getting-started building cmake" \ #! "getting-started building cmake" \
"pages features platforms example-index tips utilities" #! "pages features platforms example-index tips utilities"
M_LINKS_NAVBAR2 = \ #! M_LINKS_NAVBAR2 = \
"namespaces" \ #! "namespaces" \
"annotated" \ #! "annotated" \
"files" #! "files"
# kate: hl Doxyfile # kate: hl Doxyfile

6
Doxyfile-public

@ -100,10 +100,10 @@ HTML_EXTRA_STYLESHEET = \
http://static.magnum.graphics/m-dark.compiled.css \ http://static.magnum.graphics/m-dark.compiled.css \
http://static.magnum.graphics/m-dark.doxygen.compiled.css http://static.magnum.graphics/m-dark.doxygen.compiled.css
M_SEARCH_DOWNLOAD_BINARY = YES #! M_SEARCH_DOWNLOAD_BINARY = YES
M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}" #! M_SEARCH_EXTERNAL_URL = "https://google.com/search?q=site:doc.magnum.graphics+Magnum+{query}"
M_FAVICON = http://doc.magnum.graphics/favicon.ico #! M_FAVICON = http://doc.magnum.graphics/favicon.ico
# kate: hl Doxyfile # kate: hl Doxyfile

Loading…
Cancel
Save