155682Smarkm// -*- C++ -*-
2233294Sstas/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
3233294Sstas     Written by Gaius Mulley (gaius@glam.ac.uk).
4233294Sstas
555682SmarkmThis file is part of groff.
6233294Sstas
7233294Sstasgroff is free software; you can redistribute it and/or modify it under
8233294Sstasthe terms of the GNU General Public License as published by the Free
955682SmarkmSoftware Foundation; either version 2, or (at your option) any later
10233294Sstasversion.
11233294Sstas
1255682Smarkmgroff is distributed in the hope that it will be useful, but WITHOUT ANY
13233294SstasWARRANTY; without even the implied warranty of MERCHANTABILITY or
14233294SstasFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15233294Sstasfor more details.
1655682Smarkm
17233294SstasYou should have received a copy of the GNU General Public License along
18233294Sstaswith groff; see the file COPYING.  If not, write to the Free Software
19233294SstasFoundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
2055682Smarkm
21233294Sstas/*
22233294Sstas *  defines the image tags issued by the pre-processors (tbl, pic, eqn)
23233294Sstas *  and later detected by pre-html.cpp
24233294Sstas */
25233294Sstas
26233294Sstas#define HTML_IMAGE_INLINE_BEGIN	"\\O[HTML-IMAGE-INLINE-BEGIN]"
27233294Sstas#define HTML_IMAGE_INLINE_END	"\\O[HTML-IMAGE-INLINE-END]"
28233294Sstas