From 81e4e8bba5fb7708573aa70bce49ecc92f9fe551 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Mon, 19 Mar 2018 10:13:46 +0000 Subject: [PATCH] Add emacs mode-lines to all header files --- include/tclap/CmdLineInterface.h | 2 ++ include/tclap/CmdLineOutput.h | 2 ++ include/tclap/Constraint.h | 2 ++ include/tclap/HelpVisitor.h | 2 ++ include/tclap/IgnoreRestVisitor.h | 2 ++ include/tclap/MultiArg.h | 2 ++ include/tclap/MultiSwitchArg.h | 2 ++ include/tclap/OptionalUnlabeledTracker.h | 2 ++ include/tclap/SwitchArg.h | 2 ++ include/tclap/UnlabeledMultiArg.h | 2 ++ include/tclap/UnlabeledValueArg.h | 2 ++ include/tclap/ValueArg.h | 2 ++ include/tclap/ValuesConstraint.h | 2 ++ include/tclap/Visitor.h | 2 ++ include/tclap/XorHandler.h | 2 ++ 15 files changed, 30 insertions(+) diff --git a/include/tclap/CmdLineInterface.h b/include/tclap/CmdLineInterface.h index cf60f34..8aa55f8 100644 --- a/include/tclap/CmdLineInterface.h +++ b/include/tclap/CmdLineInterface.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/CmdLineOutput.h b/include/tclap/CmdLineOutput.h index 11b8939..a25bd37 100644 --- a/include/tclap/CmdLineOutput.h +++ b/include/tclap/CmdLineOutput.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** diff --git a/include/tclap/Constraint.h b/include/tclap/Constraint.h index 21dc06f..0816064 100644 --- a/include/tclap/Constraint.h +++ b/include/tclap/Constraint.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/HelpVisitor.h b/include/tclap/HelpVisitor.h index ee09144..5ee3756 100644 --- a/include/tclap/HelpVisitor.h +++ b/include/tclap/HelpVisitor.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/IgnoreRestVisitor.h b/include/tclap/IgnoreRestVisitor.h index d20f6e0..1824c3c 100644 --- a/include/tclap/IgnoreRestVisitor.h +++ b/include/tclap/IgnoreRestVisitor.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/MultiArg.h b/include/tclap/MultiArg.h index d478df9..dd41ebd 100644 --- a/include/tclap/MultiArg.h +++ b/include/tclap/MultiArg.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * * file: MultiArg.h diff --git a/include/tclap/MultiSwitchArg.h b/include/tclap/MultiSwitchArg.h index 208d998..51f5055 100644 --- a/include/tclap/MultiSwitchArg.h +++ b/include/tclap/MultiSwitchArg.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/OptionalUnlabeledTracker.h b/include/tclap/OptionalUnlabeledTracker.h index 92f8929..aa64116 100644 --- a/include/tclap/OptionalUnlabeledTracker.h +++ b/include/tclap/OptionalUnlabeledTracker.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** diff --git a/include/tclap/SwitchArg.h b/include/tclap/SwitchArg.h index c2e8395..972939c 100644 --- a/include/tclap/SwitchArg.h +++ b/include/tclap/SwitchArg.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/UnlabeledMultiArg.h b/include/tclap/UnlabeledMultiArg.h index 7995bc2..6b406b8 100644 --- a/include/tclap/UnlabeledMultiArg.h +++ b/include/tclap/UnlabeledMultiArg.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/UnlabeledValueArg.h b/include/tclap/UnlabeledValueArg.h index 25e85ff..6fdbff3 100644 --- a/include/tclap/UnlabeledValueArg.h +++ b/include/tclap/UnlabeledValueArg.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/ValueArg.h b/include/tclap/ValueArg.h index 2f65e4c..a97a918 100644 --- a/include/tclap/ValueArg.h +++ b/include/tclap/ValueArg.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * * file: ValueArg.h diff --git a/include/tclap/ValuesConstraint.h b/include/tclap/ValuesConstraint.h index cff90be..a234297 100644 --- a/include/tclap/ValuesConstraint.h +++ b/include/tclap/ValuesConstraint.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** diff --git a/include/tclap/Visitor.h b/include/tclap/Visitor.h index 393320a..935fddb 100644 --- a/include/tclap/Visitor.h +++ b/include/tclap/Visitor.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** * diff --git a/include/tclap/XorHandler.h b/include/tclap/XorHandler.h index 64fcffc..7191681 100644 --- a/include/tclap/XorHandler.h +++ b/include/tclap/XorHandler.h @@ -1,3 +1,5 @@ +// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- + /****************************************************************************** *