20 Commits

Author SHA1 Message Date
e41d670ab0 Fixed phpdoc 2014-11-27 16:30:06 +03:00
992db0efef apidoc minor fixes: phpdoc, use statements, comments 2014-11-27 15:15:32 +03:00
f9d83661e4 add guidePrefix option for apidoc 2014-11-17 23:01:40 +01:00
73cb5f8aac changed syntax for referencing the guide in apidoc
New syntax:

```
[link to guide](guide:file-name.md)
[link to guide](guide:file-name.md#subsection)
```

fixes #4719
2014-09-05 14:59:22 +02:00
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00
65d08423c7 Safer checks for apidoc renderer 2014-07-24 20:16:16 +04:00
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00
75b1f4818c improved HTML guide navigation 2014-06-10 00:09:40 +02:00
0f4817005f finished PDF support for guide
added class references (current version without hyperlink)
2014-05-28 17:20:24 +02:00
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
c7c708d454 Removed unused imports 2014-04-17 15:35:09 +04:00
8a6eceb852 phpdoc fixes 2014-03-26 15:13:11 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
5ad0efe36a APIDOC beautification 2014-03-11 06:51:37 +01:00
269d1303a9 Code style fixes 2014-03-08 20:47:04 -03:00
168b37eb9b minor apidoc style 2014-03-08 21:04:47 +01:00
e2aacad8aa Added links to PHP.net to apidoc 2014-03-07 19:41:43 +01:00
acde64c88b finished guide command refactoring 2014-03-07 13:37:58 +01:00
023f4d0ab6 refactored apidoc extensions completely.
separated guide and apidoc, better maintainability
2014-02-25 19:52:15 +01:00