Commit a315355
committed
minor #2027 Fixed doc issues (javiereguiluz)
This PR was merged into the 1.3.x branch.
Discussion
----------
Fixed doc issues
This PR tries to fix the errors reported by our doc build tool:
```
form_type.rst:8: ERROR: Error in "code-block" directive:
1 argument(s) required, 0 supplied.
.. code-block::
class MessageFormType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $options)
{
$builder->add('recipient', 'fos_user_username');
}
}
adding_invitation_registration.rst:: WARNING: document isn't included in any toctree
canonicalizer.rst:: WARNING: document isn't included in any toctree
command_line_tools.rst:: WARNING: document isn't included in any toctree
configuration_reference.rst:: WARNING: document isn't included in any toctree
custom_storage_layer.rst:: WARNING: document isn't included in any toctree
doctrine.rst:: WARNING: document isn't included in any toctree
emails.rst:: WARNING: document isn't included in any toctree
form_type.rst:: WARNING: document isn't included in any toctree
groups.rst:: WARNING: document isn't included in any toctree
logging_by_username_or_email.rst:: WARNING: document isn't included in any toctree
overriding_controllers.rst:: WARNING: document isn't included in any toctree
overriding_forms.rst:: WARNING: document isn't included in any toctree
overriding_templates.rst:: WARNING: document isn't included in any toctree
overriding_validation.rst:: WARNING: document isn't included in any toctree
user_manager.rst:: WARNING: document isn't included in any toctree
```
Commits
-------
bb155b1 Fixed doc issues2 files changed
+19
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
472 | | - | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
487 | 490 | | |
488 | 491 | | |
489 | 492 | | |
| |||
0 commit comments