Changeset 4104


Ignore:
Timestamp:
Sep 22, 2021, 11:01:26 PM (2 years ago)
Author:
Peter
Message:

make doxygen happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/config_public.h.in

    r4102 r4104  
    66/*
    77  Copyright (C) 2008 Jari Häkkinen, Peter Johansson
    8   Copyright (C) 2009, 2011, 2013, 2014, 2015, 2017, 2018, 2019, 2020 Peter Johansson
     8  Copyright (C) 2009, 2011, 2013, 2014, 2015, 2017, 2018, 2019, 2020, 2021 Peter Johansson
    99
    1010  This file is part of the yat library, http://dev.thep.lu.se/yat
     
    4646#undef YAT_HAVE_BOOST_CONCEPT_WITH_CONSTRUCTOR
    4747
    48 /* Define if you have function std::string::contains */
     48/// Define if you have function std::string::contains
    4949#undef YAT_HAVE_FUNC_STRING_CONTAINS
    5050
    51 /* Define if you have function std::string::ends_with */
     51/// Define if you have function std::string::ends_with
    5252#undef YAT_HAVE_FUNC_STRING_ENDS_WITH
    5353
    54 /* Define if you have function std::string::starts_with */
     54/// Define if you have function std::string::starts_with
    5555#undef YAT_HAVE_FUNC_STRING_STARTS_WITH
    5656
Note: See TracChangeset for help on using the changeset viewer.