2012-06-20 08:34:58 +08:00
|
|
|
// Run lines are sensitive to line numbers and come below the code.
|
|
|
|
|
|
|
|
#ifndef HEADER
|
|
|
|
#define HEADER
|
|
|
|
|
|
|
|
// Not a Doxygen comment. NOT_DOXYGEN
|
|
|
|
void notdoxy1(void);
|
|
|
|
|
|
|
|
/* Not a Doxygen comment. NOT_DOXYGEN */
|
|
|
|
void notdoxy2(void);
|
|
|
|
|
|
|
|
/*/ Not a Doxygen comment. NOT_DOXYGEN */
|
|
|
|
void notdoxy3(void);
|
|
|
|
|
|
|
|
/** Doxygen comment. isdoxy4 IS_DOXYGEN_SINGLE */
|
|
|
|
void isdoxy4(void);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Doxygen comment. isdoxy5 IS_DOXYGEN_SINGLE */
|
|
|
|
void isdoxy5(void);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Doxygen comment.
|
|
|
|
* isdoxy6 IS_DOXYGEN_SINGLE */
|
|
|
|
void isdoxy6(void);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Doxygen comment.
|
|
|
|
* isdoxy7 IS_DOXYGEN_SINGLE
|
|
|
|
*/
|
|
|
|
void isdoxy7(void);
|
|
|
|
|
|
|
|
/*! Doxygen comment. isdoxy8 IS_DOXYGEN_SINGLE */
|
|
|
|
void isdoxy8(void);
|
|
|
|
|
|
|
|
/// Doxygen comment. isdoxy9 IS_DOXYGEN_SINGLE
|
|
|
|
void isdoxy9(void);
|
|
|
|
|
|
|
|
// Not a Doxygen comment. NOT_DOXYGEN
|
|
|
|
/// Doxygen comment. isdoxy10 IS_DOXYGEN_SINGLE
|
|
|
|
void isdoxy10(void);
|
|
|
|
|
|
|
|
/// Doxygen comment. isdoxy11 IS_DOXYGEN_SINGLE
|
|
|
|
// Not a Doxygen comment. NOT_DOXYGEN
|
|
|
|
void isdoxy11(void);
|
|
|
|
|
|
|
|
/** Doxygen comment. isdoxy12 IS_DOXYGEN_SINGLE */
|
|
|
|
/* Not a Doxygen comment. NOT_DOXYGEN */
|
|
|
|
void isdoxy12(void);
|
|
|
|
|
|
|
|
/// Doxygen comment. isdoxy13 IS_DOXYGEN_START
|
|
|
|
/// Doxygen comment. IS_DOXYGEN_END
|
|
|
|
void isdoxy13(void);
|
|
|
|
|
|
|
|
/// Doxygen comment. isdoxy14 IS_DOXYGEN_START
|
|
|
|
/// Blah-blah-blah.
|
|
|
|
/// Doxygen comment. IS_DOXYGEN_END
|
|
|
|
void isdoxy14(void);
|
|
|
|
|
|
|
|
/// Doxygen comment. isdoxy15 IS_DOXYGEN_START
|
|
|
|
/** Blah-blah-blah */
|
|
|
|
/// Doxygen comment. IS_DOXYGEN_END
|
|
|
|
void isdoxy15(void);
|
|
|
|
|
|
|
|
/** Blah-blah-blah. isdoxy16 IS_DOXYGEN_START *//** Blah */
|
|
|
|
/// Doxygen comment. IS_DOXYGEN_END
|
|
|
|
void isdoxy16(void);
|
|
|
|
|
|
|
|
/// isdoxy17 IS_DOXYGEN_START
|
|
|
|
// Not a Doxygen comment, but still picked up.
|
|
|
|
/// IS_DOXYGEN_END
|
|
|
|
void isdoxy17(void);
|
|
|
|
|
|
|
|
unsigned
|
|
|
|
// NOT_DOXYGEN
|
|
|
|
/// isdoxy18 IS_DOXYGEN_START
|
|
|
|
// Not a Doxygen comment, but still picked up.
|
|
|
|
/// IS_DOXYGEN_END
|
|
|
|
// NOT_DOXYGEN
|
|
|
|
int isdoxy18(void);
|
|
|
|
|
|
|
|
//! It all starts here. isdoxy19 IS_DOXYGEN_START
|
|
|
|
/*! It's a little odd to continue line this,
|
|
|
|
*
|
|
|
|
* but we need more multi-line comments. */
|
|
|
|
/// This comment comes before my other comments
|
|
|
|
/** This is a block comment that is associated with the function f. It
|
|
|
|
* runs for three lines. IS_DOXYGEN_END
|
|
|
|
*/
|
|
|
|
void isdoxy19(int, int);
|
|
|
|
|
|
|
|
// NOT IN THE COMMENT NOT_DOXYGEN
|
|
|
|
/// This is a BCPL comment. isdoxy20 IS_DOXYGEN_START
|
|
|
|
/// It has only two lines.
|
|
|
|
/** But there are other blocks that are part of the comment, too. IS_DOXYGEN_END */
|
|
|
|
void isdoxy20(int);
|
|
|
|
|
2012-07-07 07:27:33 +08:00
|
|
|
void notdoxy21(int); ///< This is a member comment. isdoxy21 IS_DOXYGEN_NOT_ATTACHED
|
2012-06-20 08:34:58 +08:00
|
|
|
|
2012-07-07 07:27:33 +08:00
|
|
|
void notdoxy22(int); /*!< This is a member comment. isdoxy22 IS_DOXYGEN_NOT_ATTACHED */
|
2012-06-20 08:34:58 +08:00
|
|
|
|
2012-07-07 07:27:33 +08:00
|
|
|
void notdoxy23(int); /**< This is a member comment. isdoxy23 IS_DOXYGEN_NOT_ATTACHED */
|
2012-06-20 08:34:58 +08:00
|
|
|
|
|
|
|
void notdoxy24(int); // NOT_DOXYGEN
|
|
|
|
|
|
|
|
/// IS_DOXYGEN_SINGLE
|
|
|
|
struct isdoxy25 {
|
|
|
|
};
|
|
|
|
|
|
|
|
struct test26 {
|
|
|
|
/// IS_DOXYGEN_SINGLE
|
|
|
|
int isdoxy26;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct test27 {
|
|
|
|
int isdoxy27; ///< IS_DOXYGEN_SINGLE
|
|
|
|
};
|
|
|
|
|
|
|
|
struct notdoxy28 {
|
|
|
|
}; ///< IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
|
|
|
|
/// IS_DOXYGEN_SINGLE
|
|
|
|
enum isdoxy29 {
|
|
|
|
};
|
|
|
|
|
|
|
|
enum notdoxy30 {
|
|
|
|
}; ///< IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
|
|
|
|
/// IS_DOXYGEN_SINGLE
|
|
|
|
namespace isdoxy31 {
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace notdoxy32 {
|
|
|
|
}; ///< IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
|
|
|
|
class test33 {
|
|
|
|
///< IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
int isdoxy33; ///< isdoxy33 IS_DOXYGEN_SINGLE
|
|
|
|
int isdoxy34; ///< isdoxy34 IS_DOXYGEN_SINGLE
|
|
|
|
|
|
|
|
///< IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
int isdoxy35, ///< isdoxy35 IS_DOXYGEN_SINGLE
|
|
|
|
isdoxy36; ///< isdoxy36 IS_DOXYGEN_SINGLE
|
|
|
|
|
|
|
|
///< IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
int isdoxy37 ///< isdoxy37 IS_DOXYGEN_SINGLE
|
|
|
|
, isdoxy38 ///< isdoxy38 IS_DOXYGEN_SINGLE
|
|
|
|
, isdoxy39; ///< isdoxy39 IS_DOXYGEN_SINGLE
|
|
|
|
};
|
|
|
|
|
|
|
|
// Verified that Doxygen attaches these.
|
|
|
|
|
|
|
|
/// isdoxy40 IS_DOXYGEN_SINGLE
|
|
|
|
// NOT_DOXYGEN
|
|
|
|
void isdoxy40(int);
|
|
|
|
|
|
|
|
unsigned
|
|
|
|
/// isdoxy41 IS_DOXYGEN_SINGLE
|
|
|
|
// NOT_DOXYGEN
|
|
|
|
int isdoxy41(int);
|
|
|
|
|
|
|
|
class test42 {
|
|
|
|
int isdoxy42; /* NOT_DOXYGEN */ ///< isdoxy42 IS_DOXYGEN_SINGLE
|
|
|
|
};
|
|
|
|
|
2012-06-27 04:39:18 +08:00
|
|
|
/// IS_DOXYGEN_START
|
|
|
|
/// It is fine to have a command at the end of comment.
|
|
|
|
///\brief
|
|
|
|
///
|
|
|
|
/// Some malformed command.
|
|
|
|
/* \*/
|
|
|
|
/**
|
|
|
|
* \brief Aaa aaaaaaa aaaa.
|
|
|
|
* IS_DOXYGEN_END
|
|
|
|
*/
|
|
|
|
void isdoxy43(void);
|
|
|
|
|
|
|
|
/// IS_DOXYGEN_START Aaa bbb
|
|
|
|
/// ccc.
|
|
|
|
///
|
|
|
|
/// Ddd eee.
|
|
|
|
/// Fff.
|
|
|
|
///
|
|
|
|
/// Ggg. IS_DOXYGEN_END
|
|
|
|
void isdoxy44(void);
|
|
|
|
|
|
|
|
/// IS_DOXYGEN_START Aaa bbb
|
|
|
|
/// ccc.
|
|
|
|
///
|
|
|
|
/// \brief
|
|
|
|
/// Ddd eee.
|
|
|
|
/// Fff.
|
|
|
|
///
|
|
|
|
/// Ggg. IS_DOXYGEN_END
|
|
|
|
void isdoxy45(void);
|
|
|
|
|
2012-07-18 02:35:14 +08:00
|
|
|
/// IS_DOXYGEN_START Aaa bbb
|
|
|
|
/// ccc.
|
|
|
|
///
|
|
|
|
/// \short
|
|
|
|
/// Ddd eee.
|
|
|
|
/// Fff.
|
|
|
|
///
|
|
|
|
/// Ggg. IS_DOXYGEN_END
|
|
|
|
void isdoxy46(void);
|
|
|
|
|
2012-06-28 07:43:37 +08:00
|
|
|
/// IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
#define FOO
|
2012-07-18 02:35:14 +08:00
|
|
|
void notdoxy47(void);
|
2012-06-28 07:43:37 +08:00
|
|
|
|
2012-06-28 08:01:41 +08:00
|
|
|
/// IS_DOXYGEN_START Aaa bbb
|
|
|
|
/// \param ccc
|
|
|
|
/// \returns ddd IS_DOXYGEN_END
|
2012-07-18 02:35:14 +08:00
|
|
|
void isdoxy48(int);
|
2012-06-28 08:01:41 +08:00
|
|
|
|
2012-07-21 01:01:34 +08:00
|
|
|
/// \brief IS_DOXYGEN_START Aaa
|
|
|
|
/// \returns bbb IS_DOXYGEN_END
|
|
|
|
void isdoxy49(void);
|
|
|
|
|
|
|
|
/// \param ccc IS_DOXYGEN_START
|
|
|
|
/// \returns ddd IS_DOXYGEN_END
|
|
|
|
void isdoxy50(int);
|
|
|
|
|
2012-07-21 05:34:34 +08:00
|
|
|
/// Aaa.
|
|
|
|
void comment_to_html_conversion_1();
|
|
|
|
|
|
|
|
/// \brief Aaa.
|
|
|
|
void comment_to_html_conversion_2();
|
|
|
|
|
|
|
|
/// \short Aaa.
|
|
|
|
void comment_to_html_conversion_3();
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
///
|
|
|
|
/// \brief Bbb.
|
|
|
|
void comment_to_html_conversion_4();
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
///
|
|
|
|
/// \brief Bbb.
|
|
|
|
///
|
|
|
|
/// Ccc.
|
|
|
|
void comment_to_html_conversion_5();
|
|
|
|
|
|
|
|
/// \brief Aaa.
|
|
|
|
/// \brief Bbb.
|
|
|
|
void comment_to_html_conversion_6();
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
///
|
|
|
|
/// \return Bbb.
|
|
|
|
void comment_to_html_conversion_7();
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
///
|
|
|
|
/// \returns Bbb.
|
|
|
|
void comment_to_html_conversion_8();
|
|
|
|
|
2012-07-26 01:14:58 +08:00
|
|
|
/// Aaa.
|
|
|
|
///
|
|
|
|
/// \result Bbb.
|
|
|
|
void comment_to_html_conversion_9();
|
|
|
|
|
2012-07-21 05:34:34 +08:00
|
|
|
/// \returns Aaa.
|
|
|
|
/// \returns Bbb.
|
2012-07-26 01:14:58 +08:00
|
|
|
void comment_to_html_conversion_10();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
///
|
|
|
|
/// Bbb.
|
|
|
|
///
|
|
|
|
/// \returns Ccc.
|
2012-07-26 01:14:58 +08:00
|
|
|
void comment_to_html_conversion_11();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-07-24 03:41:49 +08:00
|
|
|
/// \param
|
2012-07-26 01:14:58 +08:00
|
|
|
void comment_to_html_conversion_12(int x1);
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-07-24 03:41:49 +08:00
|
|
|
/// \param x1 Aaa.
|
2012-07-26 01:14:58 +08:00
|
|
|
void comment_to_html_conversion_13(int x1);
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-07-24 03:41:49 +08:00
|
|
|
/// \param zzz Aaa.
|
2012-07-26 01:14:58 +08:00
|
|
|
void comment_to_html_conversion_14(int x1);
|
2012-07-24 03:41:49 +08:00
|
|
|
|
2012-07-21 05:34:34 +08:00
|
|
|
/// \param x2 Bbb.
|
|
|
|
/// \param x1 Aaa.
|
2012-07-26 01:14:58 +08:00
|
|
|
void comment_to_html_conversion_15(int x1, int x2);
|
2012-07-21 05:34:34 +08:00
|
|
|
|
|
|
|
/// \param x2 Bbb.
|
|
|
|
/// \param zzz Aaa.
|
|
|
|
/// \param x1 Aaa.
|
2012-07-26 01:14:58 +08:00
|
|
|
void comment_to_html_conversion_16(int x1, int x2);
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-08-01 06:37:06 +08:00
|
|
|
/// \tparam
|
|
|
|
/// \param aaa Blah blah
|
|
|
|
template<typename T>
|
|
|
|
void comment_to_html_conversion_17(T aaa);
|
|
|
|
|
2012-08-01 08:48:00 +08:00
|
|
|
/// \tparam T
|
|
|
|
/// \param aaa Blah blah
|
|
|
|
template<typename T>
|
|
|
|
void comment_to_html_conversion_18(T aaa);
|
|
|
|
|
2012-08-01 06:37:06 +08:00
|
|
|
/// \tparam T2 Bbb
|
|
|
|
/// \tparam T1 Aaa
|
|
|
|
template<typename T1, typename T2>
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_19(T1 aaa, T2 bbb);
|
2012-08-01 06:37:06 +08:00
|
|
|
|
|
|
|
/// \tparam T2 Bbb
|
|
|
|
/// \tparam U Zzz
|
|
|
|
/// \tparam V Ccc
|
|
|
|
/// \tparam T1 Aaa
|
|
|
|
template<typename T1, typename T2, int V>
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_20(T1 aaa, T2 bbb);
|
2012-08-01 06:37:06 +08:00
|
|
|
|
|
|
|
/// \tparam TTT Ddd
|
|
|
|
/// \tparam C Ccc
|
|
|
|
/// \tparam T Aaa
|
|
|
|
/// \tparam TT Bbb
|
|
|
|
template<template<template<typename T> class TT, class C> class TTT>
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_21();
|
2012-08-01 06:37:06 +08:00
|
|
|
|
2012-07-21 05:34:34 +08:00
|
|
|
/// \brief Aaa.
|
|
|
|
///
|
|
|
|
/// Bbb.
|
|
|
|
///
|
|
|
|
/// \param x2 Ddd.
|
|
|
|
/// \param x1 Ccc.
|
|
|
|
/// \returns Eee.
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_22(int x1, int x2);
|
2012-07-21 05:34:34 +08:00
|
|
|
|
|
|
|
/// <br><a href="http://example.com/">Aaa</a>
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_23();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
|
|
|
/// \verbatim
|
|
|
|
/// <a href="http://example.com/">Aaa</a>
|
|
|
|
/// <a href='http://example.com/'>Aaa</a>
|
|
|
|
/// \endverbatim
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_24();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
|
|
|
/// \b Aaa
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_25();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
|
|
|
/// \c Aaa \p Bbb
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_26();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
|
|
|
/// \a Aaa \e Bbb \em Ccc
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_27();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-08-01 08:21:12 +08:00
|
|
|
/// \a 1<2 \e 3<4 \em 5<6 \param 7<8 aaa \tparam 9<10 bbb
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_28();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-08-01 08:21:12 +08:00
|
|
|
/// \\ \@ \& \$ \# \< \> \% \" \. \::
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_29();
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-08-01 08:21:12 +08:00
|
|
|
/// & < > "
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_30();
|
2012-07-28 04:37:06 +08:00
|
|
|
|
2012-08-01 08:21:12 +08:00
|
|
|
/// <em>0<i</em>
|
2012-08-01 08:48:00 +08:00
|
|
|
void comment_to_html_conversion_31();
|
2012-08-01 08:21:12 +08:00
|
|
|
|
2012-08-08 01:54:38 +08:00
|
|
|
/// Aaa.
|
|
|
|
class comment_to_xml_conversion_01 {
|
|
|
|
/// \param aaa Blah blah.
|
|
|
|
comment_to_xml_conversion_01(int aaa);
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
~comment_to_xml_conversion_01();
|
|
|
|
|
|
|
|
/// \param aaa Blah blah.
|
|
|
|
int comment_to_xml_conversion_02(int aaa);
|
|
|
|
|
|
|
|
/// \param aaa Blah blah.
|
|
|
|
static int comment_to_xml_conversion_03(int aaa);
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
int comment_to_xml_conversion_04;
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
static int comment_to_xml_conversion_05;
|
|
|
|
|
|
|
|
/// \param aaa Blah blah.
|
|
|
|
void operator()(int aaa);
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
operator bool();
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
typedef int comment_to_xml_conversion_06;
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
using comment_to_xml_conversion_07 = int;
|
|
|
|
|
|
|
|
template<typename T, typename U>
|
|
|
|
class comment_to_xml_conversion_08 { };
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
template<typename T>
|
|
|
|
using comment_to_xml_conversion_09 = comment_to_xml_conversion_08<T, int>;
|
|
|
|
};
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
template<typename T, typename U>
|
|
|
|
void comment_to_xml_conversion_10(T aaa, U bbb);
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
template<>
|
|
|
|
void comment_to_xml_conversion_10(int aaa, int bbb);
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
template<typename T, typename U>
|
|
|
|
class comment_to_xml_conversion_11 { };
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
template<typename T>
|
|
|
|
class comment_to_xml_conversion_11<T, int> { };
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
template<>
|
|
|
|
class comment_to_xml_conversion_11<int, int> { };
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
int comment_to_xml_conversion_12;
|
|
|
|
|
|
|
|
/// Aaa.
|
|
|
|
namespace comment_to_xml_conversion_13 {
|
|
|
|
/// Aaa.
|
|
|
|
namespace comment_to_xml_conversion_14 {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-06-20 08:34:58 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
// RUN: rm -rf %t
|
|
|
|
// RUN: mkdir %t
|
2012-08-08 01:54:38 +08:00
|
|
|
// RUN: %clang_cc1 -x c++ -std=c++11 -emit-pch -o %t/out.pch %s
|
|
|
|
// RUN: %clang_cc1 -x c++ -std=c++11 -include-pch %t/out.pch -fsyntax-only %s
|
2012-06-20 08:34:58 +08:00
|
|
|
|
2012-08-08 01:54:38 +08:00
|
|
|
// RUN: c-index-test -test-load-source all -comments-xml-schema=%S/../../bindings/xml/comment-xml-schema.rng %s -std=c++11 > %t/out.c-index-direct
|
2012-06-20 08:34:58 +08:00
|
|
|
// RUN: c-index-test -test-load-tu %t/out.pch all > %t/out.c-index-pch
|
|
|
|
|
|
|
|
// RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-direct
|
|
|
|
// RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-pch
|
|
|
|
|
|
|
|
// Declarations without Doxygen comments should not pick up some Doxygen comments.
|
|
|
|
// WRONG-NOT: notdoxy{{.*}}Comment=
|
|
|
|
// WRONG-NOT: test{{.*}}Comment=
|
|
|
|
|
|
|
|
// Non-Doxygen comments should not be attached to anything.
|
|
|
|
// WRONG-NOT: NOT_DOXYGEN
|
|
|
|
|
|
|
|
// Some Doxygen comments are not attached to anything.
|
|
|
|
// WRONG-NOT: IS_DOXYGEN_NOT_ATTACHED
|
|
|
|
|
|
|
|
// Ensure we don't pick up extra comments.
|
2012-06-27 04:39:18 +08:00
|
|
|
// WRONG-NOT: IS_DOXYGEN_START{{.*}}IS_DOXYGEN_START{{.*}}BriefComment=
|
|
|
|
// WRONG-NOT: IS_DOXYGEN_END{{.*}}IS_DOXYGEN_END{{.*}}BriefComment=
|
2012-08-08 01:54:38 +08:00
|
|
|
//
|
|
|
|
// Ensure that XML is not invalid
|
|
|
|
// WRONG-NOT: CommentXMLInvalid
|
2012-06-20 08:34:58 +08:00
|
|
|
|
|
|
|
// RUN: FileCheck %s < %t/out.c-index-direct
|
|
|
|
// RUN: FileCheck %s < %t/out.c-index-pch
|
|
|
|
|
|
|
|
// CHECK: annotate-comments.cpp:16:6: FunctionDecl=isdoxy4:{{.*}} isdoxy4 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:20:6: FunctionDecl=isdoxy5:{{.*}} isdoxy5 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:25:6: FunctionDecl=isdoxy6:{{.*}} isdoxy6 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:31:6: FunctionDecl=isdoxy7:{{.*}} isdoxy7 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:34:6: FunctionDecl=isdoxy8:{{.*}} isdoxy8 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:37:6: FunctionDecl=isdoxy9:{{.*}} isdoxy9 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:41:6: FunctionDecl=isdoxy10:{{.*}} isdoxy10 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:53:6: FunctionDecl=isdoxy13:{{.*}} isdoxy13 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:58:6: FunctionDecl=isdoxy14:{{.*}} isdoxy14 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:63:6: FunctionDecl=isdoxy15:{{.*}} isdoxy15 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:67:6: FunctionDecl=isdoxy16:{{.*}} isdoxy16 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:72:6: FunctionDecl=isdoxy17:{{.*}} isdoxy17 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:80:5: FunctionDecl=isdoxy18:{{.*}} isdoxy18 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:90:6: FunctionDecl=isdoxy19:{{.*}} isdoxy19 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:96:6: FunctionDecl=isdoxy20:{{.*}} isdoxy20 IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
// CHECK: annotate-comments.cpp:107:8: StructDecl=isdoxy25:{{.*}} IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:112:7: FieldDecl=isdoxy26:{{.*}} IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:116:7: FieldDecl=isdoxy27:{{.*}} IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:123:6: EnumDecl=isdoxy29:{{.*}} IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:130:11: Namespace=isdoxy31:{{.*}} IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:138:7: FieldDecl=isdoxy33:{{.*}} isdoxy33 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:139:7: FieldDecl=isdoxy34:{{.*}} isdoxy34 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:142:7: FieldDecl=isdoxy35:{{.*}} isdoxy35 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:143:7: FieldDecl=isdoxy36:{{.*}} isdoxy36 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:146:7: FieldDecl=isdoxy37:{{.*}} isdoxy37 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:147:7: FieldDecl=isdoxy38:{{.*}} isdoxy38 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:148:7: FieldDecl=isdoxy39:{{.*}} isdoxy39 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:155:6: FunctionDecl=isdoxy40:{{.*}} isdoxy40 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:160:5: FunctionDecl=isdoxy41:{{.*}} isdoxy41 IS_DOXYGEN_SINGLE
|
|
|
|
// CHECK: annotate-comments.cpp:163:7: FieldDecl=isdoxy42:{{.*}} isdoxy42 IS_DOXYGEN_SINGLE
|
2012-06-27 04:39:18 +08:00
|
|
|
// CHECK: annotate-comments.cpp:176:6: FunctionDecl=isdoxy43:{{.*}} IS_DOXYGEN_START{{.*}} IS_DOXYGEN_END
|
|
|
|
|
2012-06-28 09:38:21 +08:00
|
|
|
// CHECK: annotate-comments.cpp:185:6: FunctionDecl=isdoxy44:{{.*}} BriefComment=[IS_DOXYGEN_START Aaa bbb ccc.]
|
|
|
|
// CHECK: annotate-comments.cpp:195:6: FunctionDecl=isdoxy45:{{.*}} BriefComment=[Ddd eee. Fff.]
|
2012-07-18 02:35:14 +08:00
|
|
|
// CHECK: annotate-comments.cpp:205:6: FunctionDecl=isdoxy46:{{.*}} BriefComment=[Ddd eee. Fff.]
|
|
|
|
// CHECK: annotate-comments.cpp:214:6: FunctionDecl=isdoxy48:{{.*}} BriefComment=[IS_DOXYGEN_START Aaa bbb]
|
2012-07-21 01:01:34 +08:00
|
|
|
// CHECK: annotate-comments.cpp:218:6: FunctionDecl=isdoxy49:{{.*}} BriefComment=[IS_DOXYGEN_START Aaa]
|
|
|
|
// CHECK: annotate-comments.cpp:222:6: FunctionDecl=isdoxy50:{{.*}} BriefComment=[Returns ddd IS_DOXYGEN_END]
|
2012-06-20 08:34:58 +08:00
|
|
|
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:225:6: FunctionDecl=comment_to_html_conversion_1:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="225" column="6"><Name>comment_to_html_conversion_1</Name><USR>c:@F@comment_to_html_conversion_1#</USR><Abstract><Para> Aaa.</Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.])))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:228:6: FunctionDecl=comment_to_html_conversion_2:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="228" column="6"><Name>comment_to_html_conversion_2</Name><USR>c:@F@comment_to_html_conversion_2#</USR><Abstract><Para> Aaa.</Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:231:6: FunctionDecl=comment_to_html_conversion_3:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="231" column="6"><Name>comment_to_html_conversion_3</Name><USR>c:@F@comment_to_html_conversion_3#</USR><Abstract><Para> Aaa.</Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[short]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:236:6: FunctionDecl=comment_to_html_conversion_4:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="236" column="6"><Name>comment_to_html_conversion_4</Name><USR>c:@F@comment_to_html_conversion_4#</USR><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para></Discussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:243:6: FunctionDecl=comment_to_html_conversion_5:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Bbb.</p><p> Aaa.</p><p> Ccc.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="243" column="6"><Name>comment_to_html_conversion_5</Name><USR>c:@F@comment_to_html_conversion_5#</USR><Abstract><Para> Bbb.</Para></Abstract><Discussion><Para> Aaa.</Para><Para> Ccc.</Para></Discussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.])))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Ccc.])))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:247:6: FunctionDecl=comment_to_html_conversion_6:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa. </p><p class="para-brief"> Bbb.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="247" column="6"><Name>comment_to_html_conversion_6</Name><USR>c:@F@comment_to_html_conversion_6#</USR><Abstract><Para> Aaa. </Para></Abstract><Discussion><Para> Bbb.</Para></Discussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:252:6: FunctionDecl=comment_to_html_conversion_7:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="252" column="6"><Name>comment_to_html_conversion_7</Name><USR>c:@F@comment_to_html_conversion_7#</USR><Abstract><Para> Aaa.</Para></Abstract><ResultDiscussion><Para> Bbb.</Para></ResultDiscussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[return]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:257:6: FunctionDecl=comment_to_html_conversion_8:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="257" column="6"><Name>comment_to_html_conversion_8</Name><USR>c:@F@comment_to_html_conversion_8#</USR><Abstract><Para> Aaa.</Para></Abstract><ResultDiscussion><Para> Bbb.</Para></ResultDiscussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[returns]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:262:6: FunctionDecl=comment_to_html_conversion_9:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="262" column="6"><Name>comment_to_html_conversion_9</Name><USR>c:@F@comment_to_html_conversion_9#</USR><Abstract><Para> Aaa.</Para></Abstract><Discussion><Para> Bbb.</Para></Discussion></Function>]
|
2012-07-26 01:14:58 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[result]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:266:6: FunctionDecl=comment_to_html_conversion_10:{{.*}} FullCommentAsHTML=[<p class="para-returns"><span class="word-returns">Returns</span> Bbb.</p><p class="para-returns"><span class="word-returns">Returns</span> Aaa. </p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="266" column="6"><Name>comment_to_html_conversion_10</Name><USR>c:@F@comment_to_html_conversion_10#</USR><ResultDiscussion><Para> Aaa. </Para></ResultDiscussion><Discussion><Para> Bbb.</Para></Discussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[returns]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[returns]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:273:6: FunctionDecl=comment_to_html_conversion_11:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><p> Bbb.</p><p class="para-returns"><span class="word-returns">Returns</span> Ccc.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="273" column="6"><Name>comment_to_html_conversion_11</Name><USR>c:@F@comment_to_html_conversion_11#</USR><Abstract><Para> Aaa.</Para></Abstract><ResultDiscussion><Para> Ccc.</Para></ResultDiscussion><Discussion><Para> Bbb.</Para></Discussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[returns]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Ccc.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:276:6: FunctionDecl=comment_to_html_conversion_12:{{.*}} FullCommentAsHTML=[] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="276" column="6"><Name>comment_to_html_conversion_12</Name><USR>c:@F@comment_to_html_conversion_12#I#</USR></Function>]
|
2012-07-24 03:41:49 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[] ParamIndex=Invalid
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace)))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:279:6: FunctionDecl=comment_to_html_conversion_13:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="279" column="6"><Name>comment_to_html_conversion_13</Name><USR>c:@F@comment_to_html_conversion_13#I#</USR><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter></Parameters></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:282:6: FunctionDecl=comment_to_html_conversion_14:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-invalid">zzz</dt><dd class="param-descr-index-invalid"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="282" column="6"><Name>comment_to_html_conversion_14</Name><USR>c:@F@comment_to_html_conversion_14#I#</USR><Parameters><Parameter><Name>zzz</Name><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter></Parameters></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[zzz] ParamIndex=Invalid
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:286:6: FunctionDecl=comment_to_html_conversion_15:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd><dt class="param-name-index-1">x2</dt><dd class="param-descr-index-1"> Bbb. </dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="286" column="6"><Name>comment_to_html_conversion_15</Name><USR>c:@F@comment_to_html_conversion_15#I#I#</USR><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter><Parameter><Name>x2</Name><Index>1</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Bbb. </Para></Discussion></Parameter></Parameters></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x2] ParamIndex=1
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:291:6: FunctionDecl=comment_to_html_conversion_16:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd><dt class="param-name-index-1">x2</dt><dd class="param-descr-index-1"> Bbb. </dd><dt class="param-name-index-invalid">zzz</dt><dd class="param-descr-index-invalid"> Aaa. </dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="291" column="6"><Name>comment_to_html_conversion_16</Name><USR>c:@F@comment_to_html_conversion_16#I#I#</USR><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter><Parameter><Name>x2</Name><Index>1</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Bbb. </Para></Discussion></Parameter><Parameter><Name>zzz</Name><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa. </Para></Discussion></Parameter></Parameters></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x2] ParamIndex=1
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[zzz] ParamIndex=Invalid
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:296:6: FunctionTemplate=comment_to_html_conversion_17:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">aaa</dt><dd class="param-descr-index-0"> Blah blah</dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}annotate-comments.cpp" line="296" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@>1#Tcomment_to_html_conversion_17#t0.0#</USR><Parameters><Parameter><Name>aaa</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
|
2012-08-01 06:37:06 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[] ParamPosition=Invalid
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[aaa] ParamIndex=0
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Blah blah]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:301:6: FunctionTemplate=comment_to_html_conversion_18:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">aaa</dt><dd class="param-descr-index-0"> Blah blah</dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}annotate-comments.cpp" line="301" column="6"><Name>comment_to_html_conversion_18</Name><USR>c:@FT@>1#Tcomment_to_html_conversion_18#t0.0#</USR><Parameters><Parameter><Name>aaa</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
|
2012-08-01 08:48:00 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[T] ParamPosition={0}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[aaa] ParamIndex=0
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Blah blah]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:306:6: FunctionTemplate=comment_to_html_conversion_19:{{.*}} FullCommentAsHTML=[<dl><dt class="tparam-name-index-0">T1</dt><dd class="tparam-descr-index-0"> Aaa</dd><dt class="tparam-name-index-1">T2</dt><dd class="tparam-descr-index-1"> Bbb </dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}annotate-comments.cpp" line="306" column="6"><Name>comment_to_html_conversion_19</Name><USR>c:@FT@>2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#</USR><TemplateParameters><Parameter><Name>T1</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>T2</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter></TemplateParameters></Function>]
|
2012-08-01 06:37:06 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[T2] ParamPosition={1}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[T1] ParamPosition={0}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:313:6: FunctionTemplate=comment_to_html_conversion_20:{{.*}} FullCommentAsHTML=[<dl><dt class="tparam-name-index-0">T1</dt><dd class="tparam-descr-index-0"> Aaa</dd><dt class="tparam-name-index-1">T2</dt><dd class="tparam-descr-index-1"> Bbb </dd><dt class="tparam-name-index-2">V</dt><dd class="tparam-descr-index-2"> Ccc </dd><dt class="tparam-name-index-invalid">U</dt><dd class="tparam-descr-index-invalid"> Zzz </dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}annotate-comments.cpp" line="313" column="6"><Name>comment_to_html_conversion_20</Name><USR>c:@FT@>3#T#T#NIcomment_to_html_conversion_20#t0.0#t0.1#</USR><TemplateParameters><Parameter><Name>T1</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>T2</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter><Parameter><Name>V</Name><Index>2</Index><Discussion><Para> Ccc </Para></Discussion></Parameter><Parameter><Name>U</Name><Discussion><Para> Zzz </Para></Discussion></Parameter></TemplateParameters></Function>]
|
2012-08-01 06:37:06 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[T2] ParamPosition={1}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[U] ParamPosition=Invalid
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Zzz] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[V] ParamPosition={2}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Ccc] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[T1] ParamPosition={0}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:320:6: FunctionTemplate=comment_to_html_conversion_21:{{.*}} FullCommentAsHTML=[<dl><dt class="tparam-name-index-0">TTT</dt><dd class="tparam-descr-index-0"> Ddd </dd><dt class="tparam-name-index-other">C</dt><dd class="tparam-descr-index-other"> Ccc </dd><dt class="tparam-name-index-other">T</dt><dd class="tparam-descr-index-other"> Aaa </dd><dt class="tparam-name-index-other">TT</dt><dd class="tparam-descr-index-other"> Bbb</dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}annotate-comments.cpp" line="320" column="6"><Name>comment_to_html_conversion_21</Name><USR>c:@FT@>1#t>2#t>1#T#Tcomment_to_html_conversion_21#</USR><TemplateParameters><Parameter><Name>TTT</Name><Index>0</Index><Discussion><Para> Ddd </Para></Discussion></Parameter><Parameter><Name>C</Name><Discussion><Para> Ccc </Para></Discussion></Parameter><Parameter><Name>T</Name><Discussion><Para> Aaa </Para></Discussion></Parameter><Parameter><Name>TT</Name><Discussion><Para> Bbb</Para></Discussion></Parameter></TemplateParameters></Function>]
|
2012-08-01 06:37:06 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[TTT] ParamPosition={0}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Ddd] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[C] ParamPosition={0, 1}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Ccc] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[T] ParamPosition={0, 0, 0}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[TT] ParamPosition={0, 0}
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:329:6: FunctionDecl=comment_to_html_conversion_22:{{.*}} FullCommentAsHTML=[<p class="para-brief"> Aaa.</p><p> Bbb.</p><dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Ccc. </dd><dt class="param-name-index-1">x2</dt><dd class="param-descr-index-1"> Ddd. </dd></dl><p class="para-returns"><span class="word-returns">Returns</span> Eee.</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="329" column="6"><Name>comment_to_html_conversion_22</Name><USR>c:@F@comment_to_html_conversion_22#I#I#</USR><Abstract><Para> Aaa.</Para></Abstract><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Ccc. </Para></Discussion></Parameter><Parameter><Name>x2</Name><Index>1</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Ddd. </Para></Discussion></Parameter></Parameters><ResultDiscussion><Para> Eee.</Para></ResultDiscussion><Discussion><Para> Bbb.</Para></Discussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[brief]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Aaa.])))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Bbb.]))
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x2] ParamIndex=1
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Ddd.] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Ccc.] HasTrailingNewline)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)))
|
|
|
|
// CHECK-NEXT: (CXComment_BlockCommand CommandName=[returns]
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ Eee.]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:332:6: FunctionDecl=comment_to_html_conversion_23:{{.*}} FullCommentAsHTML=[<p class="para-brief"> <br><a href="http://example.com/">Aaa</a></p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="332" column="6"><Name>comment_to_html_conversion_23</Name><USR>c:@F@comment_to_html_conversion_23#</USR><Abstract><Para> <rawHTML><![CDATA[<br>]]></rawHTML><rawHTML><![CDATA[<a href="http://example.com/">]]></rawHTML>Aaa<rawHTML></a></rawHTML></Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_HTMLStartTag Name=[br])
|
|
|
|
// CHECK-NEXT: (CXComment_HTMLStartTag Name=[a] Attrs: href=http://example.com/)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[Aaa])
|
|
|
|
// CHECK-NEXT: (CXComment_HTMLEndTag Name=[a])))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:338:6: FunctionDecl=comment_to_html_conversion_24:{{.*}} FullCommentAsHTML=[<pre> <a href="http://example.com/">Aaa</a>\n <a href='http://example.com/'>Aaa</a></pre>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="338" column="6"><Name>comment_to_html_conversion_24</Name><USR>c:@F@comment_to_html_conversion_24#</USR><Discussion><Verbatim kind="verbatim"> <a href="http://example.com/">Aaa</a>\n <a href='http://example.com/'>Aaa</a></Verbatim></Discussion></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph IsWhitespace
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_VerbatimBlockCommand CommandName=[verbatim]
|
|
|
|
// CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ <a href="http://example.com/">Aaa</a>])
|
|
|
|
// CHECK-NEXT: (CXComment_VerbatimBlockLine Text=[ <a href='http://example.com/'>Aaa</a>])))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:341:6: FunctionDecl=comment_to_html_conversion_25:{{.*}} FullCommentAsHTML=[<p class="para-brief"> <b>Aaa</b></p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="341" column="6"><Name>comment_to_html_conversion_25</Name><USR>c:@F@comment_to_html_conversion_25#</USR><Abstract><Para> <bold>Aaa</bold></Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
2012-07-24 00:43:01 +08:00
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[b] RenderBold Arg[0]=Aaa)))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:344:6: FunctionDecl=comment_to_html_conversion_26:{{.*}} FullCommentAsHTML=[<p class="para-brief"> <tt>Aaa</tt> <tt>Bbb</tt></p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="344" column="6"><Name>comment_to_html_conversion_26</Name><USR>c:@F@comment_to_html_conversion_26#</USR><Abstract><Para> <monospaced>Aaa</monospaced> <monospaced>Bbb</monospaced></Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
2012-07-24 00:43:01 +08:00
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[c] RenderMonospaced Arg[0]=Aaa)
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
2012-07-24 00:43:01 +08:00
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[p] RenderMonospaced Arg[0]=Bbb)))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:347:6: FunctionDecl=comment_to_html_conversion_27:{{.*}} FullCommentAsHTML=[<p class="para-brief"> <em>Aaa</em> <em>Bbb</em> <em>Ccc</em></p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="347" column="6"><Name>comment_to_html_conversion_27</Name><USR>c:@F@comment_to_html_conversion_27#</USR><Abstract><Para> <emphasized>Aaa</emphasized> <emphasized>Bbb</emphasized> <emphasized>Ccc</emphasized></Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
2012-07-24 00:43:01 +08:00
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[a] RenderEmphasized Arg[0]=Aaa)
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
2012-07-24 00:43:01 +08:00
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[e] RenderEmphasized Arg[0]=Bbb)
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
2012-07-24 00:43:01 +08:00
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[em] RenderEmphasized Arg[0]=Ccc)))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:350:6: FunctionDecl=comment_to_html_conversion_28:{{.*}} FullCommentAsHTML=[<p class="para-brief"> <em>1<2</em> <em>3<4</em> <em>5<6</em> </p><dl><dt class="tparam-name-index-invalid">9<10</dt><dd class="tparam-descr-index-invalid"> bbb</dd></dl><dl><dt class="param-name-index-invalid">7<8</dt><dd class="param-descr-index-invalid"> aaa </dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="350" column="6"><Name>comment_to_html_conversion_28</Name><USR>c:@F@comment_to_html_conversion_28#</USR><Abstract><Para> <emphasized>1<2</emphasized> <emphasized>3<4</emphasized> <emphasized>5<6</emphasized> </Para></Abstract><TemplateParameters><Parameter><Name>9<10</Name><Discussion><Para> bbb</Para></Discussion></Parameter></TemplateParameters><Parameters><Parameter><Name>7<8</Name><Direction isExplicit="0">in</Direction><Discussion><Para> aaa </Para></Discussion></Parameter></Parameters></Function>]
|
2012-08-01 08:21:12 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[a] RenderEmphasized Arg[0]=1<2)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[e] RenderEmphasized Arg[0]=3<4)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_InlineCommand CommandName=[em] RenderEmphasized Arg[0]=5<6)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace))
|
|
|
|
// CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[7<8] ParamIndex=Invalid
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ aaa ])))
|
|
|
|
// CHECK-NEXT: (CXComment_TParamCommand ParamName=[9<10] ParamPosition=Invalid
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ bbb]))))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:353:6: FunctionDecl=comment_to_html_conversion_29:{{.*}} FullCommentAsHTML=[<p class="para-brief"> \ @ & $ # < > % " . ::</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="353" column="6"><Name>comment_to_html_conversion_29</Name><USR>c:@F@comment_to_html_conversion_29#</USR><Abstract><Para> \ @ & $ # < > % " . ::</Para></Abstract></Function>]
|
2012-07-21 05:34:34 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[\])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[@])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[&])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[$])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[#])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[<])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[>])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[%])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=["])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[.])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[::])))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:356:6: FunctionDecl=comment_to_html_conversion_30:{{.*}} FullCommentAsHTML=[<p class="para-brief"> & < > "</p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="356" column="6"><Name>comment_to_html_conversion_30</Name><USR>c:@F@comment_to_html_conversion_30#</USR><Abstract><Para> & < > "</Para></Abstract></Function>]
|
2012-07-28 04:37:06 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[&])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[<])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[>])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=["])))]
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:359:6: FunctionDecl=comment_to_html_conversion_31:{{.*}} FullCommentAsHTML=[<p class="para-brief"> <em>0<i</em></p>] FullCommentAsXML=[<Function file="{{[^"]+}}annotate-comments.cpp" line="359" column="6"><Name>comment_to_html_conversion_31</Name><USR>c:@F@comment_to_html_conversion_31#</USR><Abstract><Para> <rawHTML><![CDATA[<em>]]></rawHTML>0<i<rawHTML></em></rawHTML></Para></Abstract></Function>]
|
2012-07-28 04:37:06 +08:00
|
|
|
// CHECK-NEXT: CommentAST=[
|
|
|
|
// CHECK-NEXT: (CXComment_FullComment
|
|
|
|
// CHECK-NEXT: (CXComment_Paragraph
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[ ] IsWhitespace)
|
|
|
|
// CHECK-NEXT: (CXComment_HTMLStartTag Name=[em])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[0])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[<])
|
|
|
|
// CHECK-NEXT: (CXComment_Text Text=[i])
|
|
|
|
// CHECK-NEXT: (CXComment_HTMLEndTag Name=[em])))]
|
2012-07-21 05:34:34 +08:00
|
|
|
|
2012-08-08 01:54:38 +08:00
|
|
|
// CHECK: annotate-comments.cpp:362:7: ClassDecl=comment_to_xml_conversion_01:{{.*}} FullCommentAsXML=[<Class file="{{[^"]+}}annotate-comments.cpp" line="362" column="7"><Name>comment_to_xml_conversion_01</Name><USR>c:@C@comment_to_xml_conversion_01</USR><Abstract><Para> Aaa.</Para></Abstract></Class>]
|
|
|
|
// CHECK: annotate-comments.cpp:364:3: CXXConstructor=comment_to_xml_conversion_01:{{.*}} FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments.cpp" line="364" column="3"><Name>comment_to_xml_conversion_01</Name><USR>c:@C@comment_to_xml_conversion_01@F@comment_to_xml_conversion_01#I#</USR><Parameters><Parameter><Name>aaa</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah.</Para></Discussion></Parameter></Parameters></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:367:3: CXXDestructor=~comment_to_xml_conversion_01:{{.*}} FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments.cpp" line="367" column="3"><Name>~comment_to_xml_conversion_01</Name><USR>c:@C@comment_to_xml_conversion_01@F@~comment_to_xml_conversion_01#</USR><Abstract><Para> Aaa.</Para></Abstract></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:370:7: CXXMethod=comment_to_xml_conversion_02:{{.*}} FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments.cpp" line="370" column="7"><Name>comment_to_xml_conversion_02</Name><USR>c:@C@comment_to_xml_conversion_01@F@comment_to_xml_conversion_02#I#</USR><Parameters><Parameter><Name>aaa</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah.</Para></Discussion></Parameter></Parameters></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:373:14: CXXMethod=comment_to_xml_conversion_03:{{.*}} FullCommentAsXML=[<Function isClassMethod="1" file="{{[^"]+}}annotate-comments.cpp" line="373" column="14"><Name>comment_to_xml_conversion_03</Name><USR>c:@C@comment_to_xml_conversion_01@F@comment_to_xml_conversion_03#I#S</USR><Parameters><Parameter><Name>aaa</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah.</Para></Discussion></Parameter></Parameters></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:376:7: FieldDecl=comment_to_xml_conversion_04:{{.*}} FullCommentAsXML=[<Variable file="{{[^"]+}}annotate-comments.cpp" line="376" column="7"><Name>comment_to_xml_conversion_04</Name><USR>c:@C@comment_to_xml_conversion_01@FI@comment_to_xml_conversion_04</USR><Abstract><Para> Aaa.</Para></Abstract></Variable>]
|
|
|
|
// CHECK: annotate-comments.cpp:379:14: VarDecl=comment_to_xml_conversion_05:{{.*}} FullCommentAsXML=[<Variable file="{{[^"]+}}annotate-comments.cpp" line="379" column="14"><Name>comment_to_xml_conversion_05</Name><USR>c:@C@comment_to_xml_conversion_01@comment_to_xml_conversion_05</USR><Abstract><Para> Aaa.</Para></Abstract></Variable>]
|
|
|
|
// CHECK: annotate-comments.cpp:382:8: CXXMethod=operator():{{.*}} FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments.cpp" line="382" column="8"><Name>operator()</Name><USR>c:@C@comment_to_xml_conversion_01@F@operator()#I#</USR><Parameters><Parameter><Name>aaa</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah.</Para></Discussion></Parameter></Parameters></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:385:3: CXXConversion=operator _Bool:{{.*}} FullCommentAsXML=[<Function isInstanceMethod="1" file="{{[^"]+}}annotate-comments.cpp" line="385" column="3"><Name>operator _Bool</Name><USR>c:@C@comment_to_xml_conversion_01@F@operator _Bool#</USR><Abstract><Para> Aaa.</Para></Abstract></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:388:15: TypedefDecl=comment_to_xml_conversion_06:{{.*}} FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments.cpp" line="388" column="15"><Name>comment_to_xml_conversion_06</Name><USR>c:annotate-comments.cpp@7933@C@comment_to_xml_conversion_01@T@comment_to_xml_conversion_06</USR><Abstract><Para> Aaa.</Para></Abstract></Typedef>]
|
|
|
|
// CHECK: annotate-comments.cpp:391:9: TypeAliasDecl=comment_to_xml_conversion_07:{{.*}} FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments.cpp" line="391" column="9"><Name>comment_to_xml_conversion_07</Name><USR>c:@C@comment_to_xml_conversion_01@comment_to_xml_conversion_07</USR><Abstract><Para> Aaa.</Para></Abstract></Typedef>]
|
|
|
|
// CHECK: annotate-comments.cpp:398:3: UnexposedDecl=comment_to_xml_conversion_09:{{.*}} FullCommentAsXML=[<Typedef file="{{[^"]+}}annotate-comments.cpp" line="398" column="3"><Name>comment_to_xml_conversion_09</Name><USR>c:@C@comment_to_xml_conversion_01@comment_to_xml_conversion_09</USR><Abstract><Para> Aaa.</Para></Abstract></Typedef>]
|
|
|
|
// CHECK: annotate-comments.cpp:403:6: FunctionTemplate=comment_to_xml_conversion_10:{{.*}} FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}annotate-comments.cpp" line="403" column="6"><Name>comment_to_xml_conversion_10</Name><USR>c:@FT@>2#T#Tcomment_to_xml_conversion_10#t0.0#t0.1#</USR><Abstract><Para> Aaa.</Para></Abstract></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:407:6: FunctionDecl=comment_to_xml_conversion_10:{{.*}} FullCommentAsXML=[<Function templateKind="specialization" file="{{[^"]+}}annotate-comments.cpp" line="407" column="6"><Name>comment_to_xml_conversion_10</Name><USR>c:@F@comment_to_xml_conversion_10<#I#I>#I#I#</USR><Abstract><Para> Aaa.</Para></Abstract></Function>]
|
|
|
|
// CHECK: annotate-comments.cpp:411:7: ClassTemplate=comment_to_xml_conversion_11:{{.*}} FullCommentAsXML=[<Class templateKind="template" file="{{[^"]+}}annotate-comments.cpp" line="411" column="7"><Name>comment_to_xml_conversion_11</Name><USR>c:@CT>2#T#T@comment_to_xml_conversion_11</USR><Abstract><Para> Aaa.</Para></Abstract></Class>]
|
|
|
|
// CHECK: annotate-comments.cpp:415:7: ClassTemplatePartialSpecialization=comment_to_xml_conversion_11:{{.*}} FullCommentAsXML=[<Class templateKind="partialSpecialization" file="{{[^"]+}}annotate-comments.cpp" line="415" column="7"><Name>comment_to_xml_conversion_11</Name><USR>c:@CP>1#T@comment_to_xml_conversion_11>#t0.0#I</USR><Abstract><Para> Aaa.</Para></Abstract></Class>]
|
|
|
|
// CHECK: annotate-comments.cpp:419:7: ClassDecl=comment_to_xml_conversion_11:{{.*}} FullCommentAsXML=[<Class templateKind="specialization" file="{{[^"]+}}annotate-comments.cpp" line="419" column="7"><Name>comment_to_xml_conversion_11</Name><USR>c:@C@comment_to_xml_conversion_11>#I#I</USR><Abstract><Para> Aaa.</Para></Abstract></Class>]
|
|
|
|
// CHECK: annotate-comments.cpp:422:5: VarDecl=comment_to_xml_conversion_12:{{.*}} FullCommentAsXML=[<Variable file="{{[^"]+}}annotate-comments.cpp" line="422" column="5"><Name>comment_to_xml_conversion_12</Name><USR>c:@comment_to_xml_conversion_12</USR><Abstract><Para> Aaa.</Para></Abstract></Variable>]
|
|
|
|
// CHECK: annotate-comments.cpp:425:11: Namespace=comment_to_xml_conversion_13:{{.*}} FullCommentAsXML=[<Namespace file="{{[^"]+}}annotate-comments.cpp" line="425" column="11"><Name>comment_to_xml_conversion_13</Name><USR>c:@N@comment_to_xml_conversion_13</USR><Abstract><Para> Aaa.</Para></Abstract></Namespace>]
|
|
|
|
// CHECK: annotate-comments.cpp:427:13: Namespace=comment_to_xml_conversion_14:{{.*}} FullCommentAsXML=[<Namespace file="{{[^"]+}}annotate-comments.cpp" line="427" column="13"><Name>comment_to_xml_conversion_14</Name><USR>c:@N@comment_to_xml_conversion_13@N@comment_to_xml_conversion_14</USR><Abstract><Para> Aaa.</Para></Abstract></Namespace>]
|
|
|
|
|