Skip to content

Commit

Permalink
Merge pull request #118 from ggtakec/update_comment
Browse files Browse the repository at this point in the history
Updated header and footer in comment lines
  • Loading branch information
ggtakec authored Dec 22, 2022
2 parents 18a649c + f6448d2 commit f64abc6
Show file tree
Hide file tree
Showing 69 changed files with 415 additions and 191 deletions.
9 changes: 6 additions & 3 deletions docs/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ man_MANS = chmpx.1 chmpxbench.1 chmpxstatus.1 chmpxconftest.1 chmpxlinetool.1
EXTRA_DIST = $(man_MANS)

#
# VIM modelines
#
# vim:set ts=4 fenc=utf-8:
# Local variables:
# tab-width: 4
# c-basic-offset: 4
# End:
# vim600: noexpandtab sw=4 ts=4 fdm=marker
# vim<600: noexpandtab sw=4 ts=4
#
9 changes: 6 additions & 3 deletions lib/chmcntrl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,10 @@ void ChmCntrl::FreeDupSelfChmpxInfo(PCHMPX ptr)
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmcntrl.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ class ChmCntrl
#endif // CHMCNTRL_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmcommon.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ template<typename T> inline bool CHMEMPTYSTR(const T pstr)
#endif // CHMCOMMON_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmcomstructure.h
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,10 @@ typedef struct com_packet{
#endif // CHMCOMSTRUCTURE_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmconf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4361,7 +4361,10 @@ CHMYamlConf::~CHMYamlConf()
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,10 @@ class CHMYamlConf : public CHMYamlBaseConf
#endif // CHMCONF_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmconfutil.cc
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,10 @@ bool CHMYamlDataStack::add(const yaml_event_type_t& type)
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmconfutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ class CHMYamlDataStack
#endif // CHMCONFUTIL_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmdbg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,10 @@ bool UnsetChmDbgFile(void)
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmdbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ DECL_EXTERN_C_END
#endif // CHMDBG_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventbase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ bool ChmEventBase::SetChmCntrlObj(ChmCntrl* pcntrl)
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ class ChmEventBase
#endif // CHMEVENTBASE_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventmq.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2890,7 +2890,10 @@ bool ChmEventMq::PxCltSendJoinNotify(pid_t pid)
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventmq.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@ class ChmEventMq : public ChmEventBase
#endif // CHMEVENTMQ_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventshm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@ bool ChmEventShm::Processing(PCOMPKT pComPkt)
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventshm.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ class ChmEventShm : public ChmEventBase
#endif // CHMEVENTSHM_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventsock.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10801,7 +10801,10 @@ bool ChmEventSock::PxComReceiveVersionRes(PCOMHEAD pComHead, PPXCOM_ALL pComAll,
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmeventsock.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,10 @@ class ChmEventSock : public ChmEventBase
#endif // CHMEVENTSOCK_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmhash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ chmhash_t MakeBaseMsgId(const char* group, CHMPXID_SEED_TYPE type, const char* h
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmhash.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ DECL_EXTERN_C_END
#endif // CHMHASH_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmimdata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2951,7 +2951,10 @@ bool ChmIMData::IsAllowHostStrictly(const char* hostname, short ctlport, const c
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmimdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,10 @@ class ChmIMData
#endif // CHMIMDATA_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmkvp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,10 @@ chmhash_t ChmKVPair::GetHash(void) const
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmkvp.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ class ChmKVPair
#endif // CHMKVP_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmlock.cc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ bool ChmLock::UnLock(void)
}

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmlock.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ class ChmLock : public FLRwlRcsv
#endif // CHMLOCK_H

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
9 changes: 6 additions & 3 deletions lib/chmlockmap.tcc
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,10 @@ inline bool chm_lock_map<key_type, val_type>::clear(chm_lock_map_erase_cb pfunc,
#endif // CHMLOCKMAP_TCC

/*
* VIM modelines
*
* vim:set ts=4 fenc=utf-8:
* Local variables:
* tab-width: 4
* c-basic-offset: 4
* End:
* vim600: noexpandtab sw=4 ts=4 fdm=marker
* vim<600: noexpandtab sw=4 ts=4
*/
Loading

0 comments on commit f64abc6

Please sign in to comment.