From 865a3def102c2f169800549ef8cc601ccf143511 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jan 2021 20:43:24 +0100 Subject: dox_to_sphinx.py: Fix computeroutput support --- scripts/dox_to_sphinx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/dox_to_sphinx.py') diff --git a/scripts/dox_to_sphinx.py b/scripts/dox_to_sphinx.py index 3842586d..a9634520 100755 --- a/scripts/dox_to_sphinx.py +++ b/scripts/dox_to_sphinx.py @@ -264,7 +264,7 @@ def dox_to_rst(index, lang, node): return "’" if node.tag == "computeroutput": - # assert len(node) == 0 FIXME + assert len(node) == 0 return "``%s``" % node.text if node.tag == "itemizedlist": -- cgit v1.2.1