chiark / gitweb /
doc: moved sample Doxygen tagfile.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 3 Apr 2019 09:16:45 +0000 (11:16 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 3 Apr 2019 15:12:14 +0000 (17:12 +0200)
doc/documentation/corrade.tag [moved from doc/doxygen/corrade.tag with 100% similarity]
documentation/test_doxygen/contents_tagfile/Doxyfile
plugins/m/test/test_dox.py
site/pelicanconf.py

index 0b52ac8b2af0e82ae6b4eab6f23cb1e1ccc77b9d..df26e6caa27600fa07a729612bda6f0a387bfb5e 100644 (file)
@@ -1,5 +1,5 @@
 INPUT                   = input.dox
-TAGFILES                = ../../../doc/doxygen/corrade.tag=https://doc.magnum.graphics/corrade/
+TAGFILES                = ../../../doc/documentation/corrade.tag=https://doc.magnum.graphics/corrade/
 QUIET                   = YES
 GENERATE_HTML           = NO
 GENERATE_LATEX          = NO
index 59dcd77f0b79fe2939a6a47d1813221eb9a66bae..e6c02c84a59e5f1e0fac68cdbd3113b4955b3873 100644 (file)
@@ -32,7 +32,7 @@ class Dox(PluginTestCase):
         self.run_pelican({
             'PLUGINS': ['m.htmlsanity', 'm.dox'],
             'M_DOX_TAGFILES': [
-                ('../doc/doxygen/corrade.tag', 'https://doc.magnum.graphics/corrade/', ['Corrade::'])]
+                ('../doc/documentation/corrade.tag', 'https://doc.magnum.graphics/corrade/', ['Corrade::'])]
         })
 
         self.assertEqual(*self.actual_expected_contents('page.html'))
@@ -41,7 +41,7 @@ class Dox(PluginTestCase):
         self.run_pelican({
             'PLUGINS': ['m.htmlsanity', 'm.dox'],
             'M_DOX_TAGFILES': [
-                ('../doc/doxygen/corrade.tag', 'https://doc.magnum.graphics/corrade/', ['Corrade::'], ['m-flat', 'm-text', 'm-strong'])]
+                ('../doc/documentation/corrade.tag', 'https://doc.magnum.graphics/corrade/', ['Corrade::'], ['m-flat', 'm-text', 'm-strong'])]
         })
 
         self.assertEqual(*self.actual_expected_contents('page.html', 'page_css_classes.html'))
index 1bf59d39d349815163724849ca5459acbf92bceb..4eed970155eaabe51f838a7809f214d1de3aabf2 100644 (file)
@@ -173,7 +173,7 @@ FORMATTED_FIELDS = ['summary', 'landing', 'header', 'footer', 'description', 'ba
 M_HTMLSANITY_SMART_QUOTES = True
 M_HTMLSANITY_HYPHENATION = True
 M_DOX_TAGFILES = [
-    ('../doc/doxygen/corrade.tag', 'https://doc.magnum.graphics/corrade/', ['Corrade::'])]
+    ('../doc/documentation/corrade.tag', 'https://doc.magnum.graphics/corrade/', ['Corrade::'])]
 
 if not shutil.which('latex'):
     logging.warning("LaTeX not found, fallback to rendering math as code")