175584Sru// -*- C++ -*-
2114402Sru/* Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
375584Sru     Written by Gaius Mulley (gaius@glam.ac.uk).
475584Sru
575584SruThis file is part of groff.
675584Sru
775584Srugroff is free software; you can redistribute it and/or modify it under
875584Sruthe terms of the GNU General Public License as published by the Free
975584SruSoftware Foundation; either version 2, or (at your option) any later
1075584Sruversion.
1175584Sru
1275584Srugroff is distributed in the hope that it will be useful, but WITHOUT ANY
1375584SruWARRANTY; without even the implied warranty of MERCHANTABILITY or
1475584SruFITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1575584Srufor more details.
1675584Sru
1775584SruYou should have received a copy of the GNU General Public License along
1875584Sruwith groff; see the file COPYING.  If not, write to the Free Software
19151497SruFoundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. */
2075584Sru
2175584Sru/*
2275584Sru *  defines the image tags issued by the pre-processors (tbl, pic, eqn)
23114402Sru *  and later detected by pre-html.cpp
2475584Sru */
2575584Sru
2675584Sru#define HTML_IMAGE_INLINE_BEGIN	"\\O[HTML-IMAGE-INLINE-BEGIN]"
2775584Sru#define HTML_IMAGE_INLINE_END	"\\O[HTML-IMAGE-INLINE-END]"
28