chiark / gitweb /
doxygen: ignore RCS strings to avoid assertions.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 15:35:05 +0000 (16:35 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 29 Jan 2018 15:35:05 +0000 (16:35 +0100)
doxygen/dox2html5.py
doxygen/test/contents_blocks/input.dox

index 07e4b62bea0fe3ff0aece2ce9de0ff93c94e5253..a7b6168cfb07fa0dd024c2c4cb6069ec92e682da 100755 (executable)
@@ -478,6 +478,9 @@ def parse_desc_internal(state: State, element: ET.Element, immediate_parent: ET.
             if i.attrib['kind'] == 'return':
                 assert not out.return_value
                 out.return_value = parse_desc(state, i)
+            # Ignore the RCS strings for now
+            elif i.attrib['kind'] == 'rcs':
+                logging.warning("{}: ignoring {} kind of <simplesect>".format(state.current, i.attrib['kind']))
             else:
                 has_block_elements = True
 
index 47046f5f2dca573a82d7094232e602d6940bdf14..2f1a1e7b45ce0bdaa838e4a1f4832b87e3f75830 100644 (file)
@@ -76,6 +76,8 @@ is a table      | *really*      | yes.
 
 _This is_ inside a paragraph.
 
+$Author: this is ignored $
+
 */
 
 /** @page other Other page