mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Improve doc titles
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
How-to Guides
|
||||
How-to
|
||||
=============
|
||||
|
||||
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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ For more detailed usage and how-to guides, see the ``examples/`` directory.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
:hidden:
|
||||
|
||||
installation
|
||||
how-to/index
|
||||
|
||||
Reference in New Issue
Block a user