LCOV - code coverage report
Current view: top level - libreoffice/autodoc/source/parser_i/idoc - tk_atag2.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 21 23 91.3 %
Date: 2012-12-27 Functions: 4 5 80.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /*
       3             :  * This file is part of the LibreOffice project.
       4             :  *
       5             :  * This Source Code Form is subject to the terms of the Mozilla Public
       6             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8             :  *
       9             :  * This file incorporates work covered by the following license notice:
      10             :  *
      11             :  *   Licensed to the Apache Software Foundation (ASF) under one or more
      12             :  *   contributor license agreements. See the NOTICE file distributed
      13             :  *   with this work for additional information regarding copyright
      14             :  *   ownership. The ASF licenses this file to you under the Apache
      15             :  *   License, Version 2.0 (the "License"); you may not use this file
      16             :  *   except in compliance with the License. You may obtain a copy of
      17             :  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
      18             :  */
      19             : 
      20             : #include <precomp.h>
      21             : #include <s2_dsapi/tk_atag2.hxx>
      22             : 
      23             : 
      24             : // NOT FULLY DEFINED SERVICES
      25             : #include <s2_dsapi/tokintpr.hxx>
      26             : 
      27             : 
      28             : 
      29             : using csi::dsapi::Tok_AtTag;
      30             : 
      31           1 : lux::EnumValueMap   G_aTokAtTag_EV_TokenId_Values;
      32           1 : Tok_AtTag::EV_TokenId ev_none2(Tok_AtTag::e_none,"");
      33           1 : Tok_AtTag::EV_TokenId ev_author(Tok_AtTag::author,"@author");
      34           1 : Tok_AtTag::EV_TokenId ev_see(Tok_AtTag::see,"@see");
      35           1 : Tok_AtTag::EV_TokenId ev_param(Tok_AtTag::param,"@param");
      36           1 : Tok_AtTag::EV_TokenId ev_e_return(Tok_AtTag::e_return,"@return");
      37           1 : Tok_AtTag::EV_TokenId ev_e_throw(Tok_AtTag::e_throw,"@throws");
      38           1 : Tok_AtTag::EV_TokenId ev_example(Tok_AtTag::example,"@example");
      39           1 : Tok_AtTag::EV_TokenId ev_deprecated(Tok_AtTag::deprecated,"@deprecated");
      40           1 : Tok_AtTag::EV_TokenId ev_suspicious(Tok_AtTag::suspicious,"@suspicious");
      41           1 : Tok_AtTag::EV_TokenId ev_missing(Tok_AtTag::missing,"@missing");
      42           1 : Tok_AtTag::EV_TokenId ev_incomplete(Tok_AtTag::incomplete,"@incomplete");
      43           1 : Tok_AtTag::EV_TokenId ev_version(Tok_AtTag::version,"@version");
      44           1 : Tok_AtTag::EV_TokenId ev_guarantees(Tok_AtTag::guarantees,"@guarantees");
      45           1 : Tok_AtTag::EV_TokenId ev_exception(Tok_AtTag::exception,"@exception");
      46           1 : Tok_AtTag::EV_TokenId ev_since(Tok_AtTag::since,"@since");
      47             : 
      48             : 
      49             : namespace lux
      50             : {
      51             : template<> EnumValueMap &
      52       24703 : Enum<Tok_AtTag::E_TokenId>::Values_()    { return G_aTokAtTag_EV_TokenId_Values; }
      53             : }
      54             : 
      55             : 
      56             : namespace csi
      57             : {
      58             : namespace dsapi
      59             : {
      60             : 
      61             : void
      62       12344 : Tok_AtTag::Trigger( TokenInterpreter &  io_rInterpreter ) const
      63             : {
      64       12344 :     io_rInterpreter.Process_AtTag(*this);
      65       12344 : }
      66             : 
      67             : const char *
      68           0 : Tok_AtTag::Text() const
      69             : {
      70           0 :     return eTag.Text();
      71             : }
      72             : 
      73             : }   // namespace dsapi
      74           3 : }   // namespace csi
      75             : 
      76             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10