summaryrefslogtreecommitdiff
path: root/autodoc/source/display/idl/hfi_doc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/idl/hfi_doc.hxx')
-rw-r--r--autodoc/source/display/idl/hfi_doc.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/autodoc/source/display/idl/hfi_doc.hxx b/autodoc/source/display/idl/hfi_doc.hxx
index b44fd4822770..9064bba3fee8 100644
--- a/autodoc/source/display/idl/hfi_doc.hxx
+++ b/autodoc/source/display/idl/hfi_doc.hxx
@@ -53,12 +53,18 @@ class HF_IdlDocu : public HtmlFactory_Idl
/** Produces documentation by the CodeInfo accompanying
+ ->i_ce.
+ */
+ void Produce_fromCodeEntity(
+ const client & i_ce ) const;
+
+ /** Produces documentation by the CodeInfo accompanying
a link or reference to a CodeEntity.
@param i_rScopeGivingCe
Gives the scope from which links are to be calculated.
*/
- void Produce_byDocu4Reference(
+ void Produce_fromReference(
const ce_info & i_rDocuForReference,
const client & i_rScopeGivingCe ) const;