Improve doc titles

This commit is contained in:
Jaapio
2026-01-05 22:45:19 +01:00
parent 5e61e4f9ff
commit 115060b762
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
How to Add Your Own Tag Add Your Own Tag
======================= =======================
This guide demonstrates how to add your own custom tag to a DocBlock using ReflectionDocBlock. This guide demonstrates how to add your own custom tag to a DocBlock using ReflectionDocBlock.
+1 -1
View File
@@ -1,4 +1,4 @@
How-to Guides How-to
============= =============
Practical guides for common tasks with ReflectionDocBlock: Practical guides for common tasks with ReflectionDocBlock:
@@ -1,4 +1,4 @@
How to Interpret a Simple DocBlock Interpret a Simple DocBlock
================================== ==================================
This guide demonstrates how to parse a simple DocBlock and extract its summary and description using ReflectionDocBlock. This guide demonstrates how to parse a simple DocBlock and extract its summary and description using ReflectionDocBlock.
+1 -1
View File
@@ -1,4 +1,4 @@
How to Interpret Tags in a DocBlock Interpret Tags in a DocBlock
=================================== ===================================
This guide demonstrates how to interpret tags within a DocBlock using ReflectionDocBlock. This guide demonstrates how to interpret tags within a DocBlock using ReflectionDocBlock.
+1 -1
View File
@@ -1,4 +1,4 @@
How to Reconstitute a DocBlock Reconstitute a DocBlock
============================== ==============================
ReflectionDocBlock not only allows you to read and interpret DocBlocks, but also to reconstruct them. This is useful if you need to add, remove, or modify tags in your codebase programmatically. ReflectionDocBlock not only allows you to read and interpret DocBlocks, but also to reconstruct them. This is useful if you need to add, remove, or modify tags in your codebase programmatically.
+1 -1
View File
@@ -34,7 +34,7 @@ For more detailed usage and how-to guides, see the ``examples/`` directory.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :hidden:
installation installation
how-to/index how-to/index