X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_atom.h;h=9e02b7a8d30883d17d865cb1a9154433a66681a6;hb=cd03e2b7db8379a91f3d31eac2c5bc25b159c541;hp=286b41ea76d060894d22af1ac8e2af0943ea1313;hpb=2a5ab60ce880dea3719832844ee857275b837019;p=lyx.git diff --git a/src/mathed/math_atom.h b/src/mathed/math_atom.h index 286b41ea76..9e02b7a8d3 100644 --- a/src/mathed/math_atom.h +++ b/src/mathed/math_atom.h @@ -1,18 +1,23 @@ // -*- C++ -*- - -#ifndef MATH_ATOM_H -#define MATH_ATOM_H - - /** - * Wrapper for MathInset * with copy-semantics + * \file math_atom.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * * \author André Pönitz * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ +#ifndef MATH_ATOM_H +#define MATH_ATOM_H + + /** +Wrapper for MathInset * with copy-semantics + +-- + The 'atom' is the major blob in math typesetting. And 'atom' consists of a nucleus, an optional superscript, and an optional subscript.