From b0bb13380d7cd4109867837e40d613899155f0fd Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 10 Jan 2024 16:36:39 -0300 Subject: [PATCH] Generic/DocComment: add XML documentation --- .../Docs/Commenting/DocCommentStandard.xml | 269 ++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 src/Standards/Generic/Docs/Commenting/DocCommentStandard.xml diff --git a/src/Standards/Generic/Docs/Commenting/DocCommentStandard.xml b/src/Standards/Generic/Docs/Commenting/DocCommentStandard.xml new file mode 100644 index 0000000000..bbeb4f69aa --- /dev/null +++ b/src/Standards/Generic/Docs/Commenting/DocCommentStandard.xml @@ -0,0 +1,269 @@ + + + + + + + + + + Some content. + */ + ]]> + + + + */ + ]]> + + + + + + + + /** + * Short description. + */ + ]]> + + + /** Short description. */ + ]]> + + + + + + + + Short description. + */ + ]]> + + + @return int + */ + +/** + * + * Short description. + */ + ]]> + + + + + + + + Short description. + * + * Long description. + */ + ]]> + + + short description. + * + * long description. + */ + ]]> + + + + + + + + * + * Long description. + * + * @param int $foo + */ + ]]> + + + * + * + + * Long description. + * @param int $foo + */ + ]]> + + + + + + + + * @param int $foo + * @param string $bar + */ + ]]> + + + * + * @param string $bar + */ + ]]> + + + + + + + + * @param int $foo + * + * @since 3.4.8 + * @deprecated 6.0.0 + */ + ]]> + + + * @param int $foo + * @since 3.4.8 + * @deprecated 6.0.0 + */ + ]]> + + + + + + + + 0.5.0 + * @deprecated 1.0.0 + */ + ]]> + + + 0.5.0 + * @deprecated 1.0.0 + */ + ]]> + + + + + + + + @param string $foo + * + * @return void + */ + ]]> + + + @param string $bar + */ + ]]> + + + + + + + + + */ + ]]> + + + * + */ + ]]> + + +