/* ManPage_enums.h
 *
 * Copyright (C) 1996-2009 Paul Boersma
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

/*
 * pb 2009/03/18
 */

enums_begin (kManPage_type, 1)
	enums_add (kManPage_type, 1, INTRO, L"intro")
	enums_add (kManPage_type, 2, ENTRY, L"entry")
	enums_add (kManPage_type, 3, NORMAL, L"normal")
	enums_add (kManPage_type, 4, LIST_ITEM, L"list_item")
	enums_add (kManPage_type, 5, TAG, L"tag")
	enums_add (kManPage_type, 6, DEFINITION, L"definition")
	enums_add (kManPage_type, 7, CODE, L"code")
	enums_add (kManPage_type, 8, PROTOTYPE, L"prototype")
	enums_add (kManPage_type, 9, FORMULA, L"formula")
	enums_add (kManPage_type, 10, PICTURE, L"picture")
	enums_add (kManPage_type, 11, SCRIPT, L"script")
	enums_add (kManPage_type, 12, LIST_ITEM1, L"list_item1")
	enums_add (kManPage_type, 13, LIST_ITEM2, L"list_item2")
	enums_add (kManPage_type, 14, LIST_ITEM3, L"list_item3")
	enums_add (kManPage_type, 15, TAG1, L"tag1")
	enums_add (kManPage_type, 16, TAG2, L"tag2")
	enums_add (kManPage_type, 17, TAG3, L"tag3")
	enums_add (kManPage_type, 18, DEFINITION1, L"definition1")
	enums_add (kManPage_type, 19, DEFINITION2, L"definition2")
	enums_add (kManPage_type, 20, DEFINITION3, L"definition3")
	enums_add (kManPage_type, 21, CODE1, L"code1")
	enums_add (kManPage_type, 22, CODE2, L"code2")
	enums_add (kManPage_type, 23, CODE3, L"code3")
	enums_add (kManPage_type, 24, CODE4, L"code4")
	enums_add (kManPage_type, 25, CODE5, L"code5")
	enums_add (kManPage_type, 26, PAGE_TITLE, L"page_title")
enums_end (kManPage_type, 26, NORMAL)

/* End of file ManPage_enums.h */

