Commit e5a7d9323f7962c29ba3c6a130de49a1c446868e

Authored by Jay Berkenbilt
1 parent d13a6032

Convert the original xml comment to an rst comment

Showing 2 changed files with 2 additions and 2 deletions
... ... @@ -34,7 +34,6 @@ See https://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html
34 34 <programlisting> went to :: -- check them each
35 35 Make sure the information from <book> is in there
36 36 <xref> -- find #ref. in converted rst
37   -Correct placement of comment: <!-- This section is referenced in QPDFObjectHandle.hh -->
38 37  
39 38 <firstterm> -> just use literal
40 39  
... ...
manual/index.rst
... ... @@ -3192,7 +3192,8 @@ pipeline.
3192 3192 Object Accessor Methods
3193 3193 -----------------------
3194 3194  
3195   -@1@comment: This section is referenced in QPDFObjectHandle.hh @1@
  3195 +..
  3196 + This section is referenced in QPDFObjectHandle.hh
3196 3197  
3197 3198 For general information about how to access instances of
3198 3199 ``QPDFObjectHandle``, please see the comments in
... ...