mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
lalr1.cc: improve Doxygen documentation.
* data/location.cc: Qualify file names with directory name.
This commit is contained in:
@@ -39,6 +39,11 @@ b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
|
|||||||
[2002-2012])
|
[2002-2012])
|
||||||
dnl FIXME: This is wrong, we want computed header guards.
|
dnl FIXME: This is wrong, we want computed header guards.
|
||||||
[
|
[
|
||||||
|
/**
|
||||||
|
** \file ]b4_spec_defines_file[
|
||||||
|
** Define the ]b4_namespace_ref[::parser class.
|
||||||
|
*/
|
||||||
|
|
||||||
/* C++ LALR(1) parser skeleton written by Akim Demaille. */
|
/* C++ LALR(1) parser skeleton written by Akim Demaille. */
|
||||||
|
|
||||||
#ifndef PARSER_HEADER_H
|
#ifndef PARSER_HEADER_H
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ b4_copyright([Positions for Bison parsers in C++],
|
|||||||
[2002-2007, 2009-2012])[
|
[2002-2007, 2009-2012])[
|
||||||
|
|
||||||
/**
|
/**
|
||||||
** \file position.hh
|
** \file ]b4_dir_prefix[position.hh
|
||||||
** Define the ]b4_namespace_ref[::position class.
|
** Define the ]b4_namespace_ref[::position class.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -154,7 +154,7 @@ b4_copyright([Locations for Bison parsers in C++],
|
|||||||
[2002-2007, 2009-2012])[
|
[2002-2007, 2009-2012])[
|
||||||
|
|
||||||
/**
|
/**
|
||||||
** \file location.hh
|
** \file ]b4_dir_prefix[location.hh
|
||||||
** Define the ]b4_namespace_ref[::location class.
|
** Define the ]b4_namespace_ref[::location class.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,11 @@ m4_divert_push(0)dnl
|
|||||||
b4_copyright([Stack handling for Bison parsers in C++],
|
b4_copyright([Stack handling for Bison parsers in C++],
|
||||||
[2002-2012])[
|
[2002-2012])[
|
||||||
|
|
||||||
|
/**
|
||||||
|
** \file ]b4_dir_prefix[stack.hh
|
||||||
|
** Define the ]b4_namespace_ref[::stack class.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef BISON_STACK_HH
|
#ifndef BISON_STACK_HH
|
||||||
# define BISON_STACK_HH
|
# define BISON_STACK_HH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user