Skip to content
Snippets Groups Projects
Commit 7d1ba8be authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

autodoc description

Rev: src/modules/Image/image_autodoc_foo:1.1
parent 3848054b
No related branches found
No related tags found
No related merge requests found
pike-object-documentation:
/*
//! module <module_name>
//! class <class_name>
//!
//! method <return_type> <pike_function>(<args-declaration>) - multiple
//! <description>
//! returns <returns>
//!
//! arg <type> <name> - multiple for a method
//! <description> /
//!
//! example
//! <example>
//! end example
//!
//! note
//! <note>
//!
//! see also: <references separated by comma and whitespace>
*/
¹ multiple
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment