From bcbce080afb7b74d175c48125fea6441e4849680 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Wed, 15 Aug 2001 00:21:16 +0200
Subject: [PATCH] Autodoc fixes

Rev: src/builtin.cmod:1.62
---
 src/builtin.cmod | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/builtin.cmod b/src/builtin.cmod
index b9d72fa42a..c73f277b29 100644
--- a/src/builtin.cmod
+++ b/src/builtin.cmod
@@ -1,5 +1,5 @@
 /* -*- c -*-
- * $Id: builtin.cmod,v 1.61 2001/07/26 15:21:08 nilsson Exp $
+ * $Id: builtin.cmod,v 1.62 2001/08/14 22:21:16 nilsson Exp $
  */
 
 #include "global.h"
@@ -747,6 +747,9 @@ PIKEFUN mapping random(mapping m)
  * Backtrace handling.
  */
 
+/*! @module Pike
+ */
+
 /*! @class BacktraceFrame
  */
 
@@ -1030,7 +1033,12 @@ PIKECLASS backtrace_frame
 /*! @endclass
  */
 
-/*! @decl array(array) backtrace()
+/*! @endmodule
+ */
+
+/*! @decl array(Pike.BacktraceFrame) backtrace()
+ *!
+ *!   FIXME: This documentation is not up to date!
  *!
  *!   Get a description of the current call stack.
  *!
-- 
GitLab