INTEGRATION: CWS adc14 (1.5.22); FILE MERGED
2006/04/27 09:43:29 np 1.5.22.1: #i62433#, Combine See Also tags, put deprecated and unpublished into title line.
This commit is contained in:
parent
d1e7dabd46
commit
975b2ec6b6
2 changed files with 6 additions and 9 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: hfi_constgroup.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-07 17:38:50 $
|
||||
* last change: $Author: rt $ $Date: 2006-05-03 16:50:16 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -98,11 +98,7 @@ HF_IdlConstGroup::Produce_byData( const client & i_ce ) const
|
|||
aNameChain(aTitle.Add_Row());
|
||||
|
||||
aNameChain.Produce_CompleteChain(Env().CurPosition(), nameChainLinker);
|
||||
aTitle.Produce_Title( StreamLock(200)()
|
||||
<< C_sCePrefix_Constants
|
||||
<< " "
|
||||
<< i_ce.LocalName()
|
||||
<< c_str );
|
||||
produce_Title(aTitle, C_sCePrefix_Constants, i_ce);
|
||||
write_Docu(aTitle.Add_Row(), i_ce);
|
||||
CurOut() << new Html::HorizontalLine();
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: hfi_globalindex.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-07 17:40:31 $
|
||||
* last change: $Author: rt $ $Date: 2006-05-03 16:51:31 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -165,6 +165,7 @@ HF_IdlGlobalIndex::Produce_Page(ary::idl::alphabetical_index::E_Letter i_letter)
|
|||
|
||||
HF_TitleTable
|
||||
aTitle(CurOut());
|
||||
|
||||
aTitle.Produce_Title( StreamLock(100)()
|
||||
<< "Global Index "
|
||||
<< ( i_letter != ary::idl::alphabetical_index::non_alpha
|
||||
|
|
Loading…
Reference in a new issue