Skip to content

Commit

Permalink
Docs: update doxygen support (#1622)
Browse files Browse the repository at this point in the history
Doxygen v1.7.5 changed HTML_HEADER requirements: We now need to add an
open div element to the header that Doxygen then closes for us. This
change also fixes the corresponding generated content on Squid website.

Also, disable IDL_PROPERTY_SUPPORT which has been causing some errors
with output getter/setter matching in the generated output.
  • Loading branch information
yadij authored and squid-anubis committed Jan 9, 2024
1 parent c0f325c commit 02c8fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/Programming-Guide/doxygen.header.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
* Please see the COPYING and CONTRIBUTORS files for details.
-->
<div id="doxypage">
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
2 changes: 1 addition & 1 deletion squid.dox
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ SIP_SUPPORT = NO
# should set this option to NO.
# The default value is: YES.

IDL_PROPERTY_SUPPORT = YES
IDL_PROPERTY_SUPPORT = NO

# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
Expand Down

0 comments on commit 02c8fd1

Please sign in to comment.