15 Commits

Author SHA1 Message Date
Gina Peter Banyard
12257c5108 Update templates for documentation pages (#166) 2024-10-24 22:31:40 +01:00
George Peter Banyard
ae648c43f5 Remove whitespaces and revision tag block from docgen skeletons 2021-05-25 16:18:57 +01:00
Christoph Michael Becker
92cc8b0613 Improve docgen type information
We add support for return types and union types, and properly retrieve
the types via the `::getType()` and `::getReturnType()` methods,
repectively.


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@350350 c90b9560-bf6c-de11-be94-00142212c4b1
2020-08-20 16:55:26 +00:00
Jakub Vrana
3b2f5f6e8f Unify function and method docgen
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@330229 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-15 20:06:34 +00:00
Richard Quadling
91f325d56f Clean up sgml-default-dtd-file entry in templates.
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@293497 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 11:24:33 +00:00
Philip Olson
444d15aa61 Removed default docgen text, and added options for adding seealso and example blocks. --example also adds examples.xml
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@289031 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-30 23:55:01 +00:00
Felipe Pena
b0687302f5 - Added support to creation of an unique XML to OO and procedural style
based on patterns of its names.

  e.g.
  DateTime::sub() -> date_sub
  DateTime::setTimestamp() -> date_timestamp_set
  XMLWriter::writeDtdElement() -> xmlwriter_write_dtd_element


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@279407 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-26 16:26:48 +00:00
Philip Olson
854d09e45d Implemented {EMPTY_REVISION_KEYWORD} for empty $Revision$
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@277671 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-24 00:05:12 +00:00
Philip Olson
4375a05d98 Have methods and functions default to &warn.undocumented.func;
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@277566 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-22 03:03:49 +00:00
Philip Olson
8f3c0b42dd Added xmlns:xlink to function.tpl and &Changelog; to ini.tpl
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@272342 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-31 02:22:59 +00:00
Philip Olson
324f706919 Added errors role, and a little WS fix
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@269186 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-17 17:19:17 +00:00
Philip Olson
8b0d4e71b7 Default to utf-8 instead of iso-8859-1
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@269184 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-17 17:14:41 +00:00
Philip Olson
b187483772 Changed void to ReturnType in the function prototype skel
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@265097 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-18 20:07:11 +00:00
Philip Olson
b0ca458cd1 - removed roles errors, unicode, changelog and notes
--- consider adding these as "optional" in the future
- modified return role by commenting out &return.success;


git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@260395 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-28 02:16:53 +00:00
Felipe Pena
a09a7b23ef - Added new script (doc generator)
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@260392 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-28 01:14:24 +00:00