Skip to content

Commit 01b1ee8

Browse files
committed
Add links from Properties Reference to the structured docs
Also cleaned up a few doc typos I noticed. Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent c886f6c commit 01b1ee8

File tree

13 files changed

+265
-12
lines changed

13 files changed

+265
-12
lines changed

Documentation/genPropertiesReference.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ def main(argv):
8484
f.write('Properties Reference\n')
8585
f.write('=====================\n')
8686
for p in sorted(props):
87-
f.write('.. doxygendefine:: ' + p + '\n\n')
87+
f.write('.. doxygendefine:: ' + p + '\n')
88+
f.write('.. property_link:: ' + p + '\n\n')
8889

8990
if __name__ == "__main__":
9091
main(sys.argv[1:])

0 commit comments

Comments
 (0)