Skip to content
Snippets Groups Projects
Commit 6cdf0ea9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added illustration() and illustration_jpeg().

Rev: tutorial/manpages:1.25
parent 6d0f3b91
No related branches found
No related tags found
No related merge requests found
// -*- Pike -*-
// $Id: manpages,v 1.24 1999/04/17 17:18:24 grubba Exp $
// $Id: manpages,v 1.25 1999/11/30 02:03:09 grubba Exp $
#include "types.h"
......@@ -304,3 +304,12 @@ void output(string base, WMML data)
mandesc->close();
}
Sgml.Tag|string illustration(object o, mapping|void options)
{
return "";
}
Sgml.Tag|string illustration_jpeg(object o, mapping|void options)
{
return "";
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment