summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/logging
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-03-19 16:11:55 +0100
committerNoel Power <noel.power@suse.com>2013-03-19 17:33:05 +0000
commitd078a630cce06993f48a117febe79bff9e4529a0 (patch)
tree0b5da459d87041cf11b60223c9f6ad3500d879be /offapi/com/sun/star/logging
parente260bd6d6e341b24dc5094b3657047e5fdb406c6 (diff)
odk: fix IDL documentation:
Because autodoc is unmaintained and broken, the description of all IDL types is missing in the generated HTML documentation. Work around autodoc bug by starting the license header in IDL files with "/**", which can be done in less time than understanding autodoc sufficiently to fix the bug. Change-Id: Ia548ab412178efc2acb87f0f4d4ae1854d0b4bfa Reviewed-on: https://gerrit.libreoffice.org/2842 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
Diffstat (limited to 'offapi/com/sun/star/logging')
-rw-r--r--offapi/com/sun/star/logging/ConsoleHandler.idl2
-rw-r--r--offapi/com/sun/star/logging/CsvLogFormatter.idl2
-rw-r--r--offapi/com/sun/star/logging/DocumentIOLogRing.idl2
-rw-r--r--offapi/com/sun/star/logging/FileHandler.idl2
-rw-r--r--offapi/com/sun/star/logging/LogLevel.idl2
-rw-r--r--offapi/com/sun/star/logging/LogRecord.idl2
-rw-r--r--offapi/com/sun/star/logging/LoggerPool.idl2
-rw-r--r--offapi/com/sun/star/logging/PlainTextFormatter.idl2
-rw-r--r--offapi/com/sun/star/logging/SimpleLogRing.idl2
-rw-r--r--offapi/com/sun/star/logging/XConsoleHandler.idl2
-rw-r--r--offapi/com/sun/star/logging/XCsvLogFormatter.idl2
-rw-r--r--offapi/com/sun/star/logging/XLogFormatter.idl2
-rw-r--r--offapi/com/sun/star/logging/XLogHandler.idl2
-rw-r--r--offapi/com/sun/star/logging/XLogger.idl2
-rw-r--r--offapi/com/sun/star/logging/XLoggerPool.idl2
-rw-r--r--offapi/com/sun/star/logging/XSimpleLogRing.idl2
16 files changed, 16 insertions, 16 deletions
diff --git a/offapi/com/sun/star/logging/ConsoleHandler.idl b/offapi/com/sun/star/logging/ConsoleHandler.idl
index 0cb343037373..bd9afa637c67 100644
--- a/offapi/com/sun/star/logging/ConsoleHandler.idl
+++ b/offapi/com/sun/star/logging/ConsoleHandler.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/CsvLogFormatter.idl b/offapi/com/sun/star/logging/CsvLogFormatter.idl
index 8a1266173197..151500615dcb 100644
--- a/offapi/com/sun/star/logging/CsvLogFormatter.idl
+++ b/offapi/com/sun/star/logging/CsvLogFormatter.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/DocumentIOLogRing.idl b/offapi/com/sun/star/logging/DocumentIOLogRing.idl
index 4b7cc2346ba7..b6c155eb9629 100644
--- a/offapi/com/sun/star/logging/DocumentIOLogRing.idl
+++ b/offapi/com/sun/star/logging/DocumentIOLogRing.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/FileHandler.idl b/offapi/com/sun/star/logging/FileHandler.idl
index 5a327bd3bfba..98f4d321543e 100644
--- a/offapi/com/sun/star/logging/FileHandler.idl
+++ b/offapi/com/sun/star/logging/FileHandler.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/LogLevel.idl b/offapi/com/sun/star/logging/LogLevel.idl
index b6702aec65fb..2265bb08544c 100644
--- a/offapi/com/sun/star/logging/LogLevel.idl
+++ b/offapi/com/sun/star/logging/LogLevel.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/LogRecord.idl b/offapi/com/sun/star/logging/LogRecord.idl
index 4fc1046bb104..f04d3f25a31c 100644
--- a/offapi/com/sun/star/logging/LogRecord.idl
+++ b/offapi/com/sun/star/logging/LogRecord.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/LoggerPool.idl b/offapi/com/sun/star/logging/LoggerPool.idl
index de212662ec66..239697a8516b 100644
--- a/offapi/com/sun/star/logging/LoggerPool.idl
+++ b/offapi/com/sun/star/logging/LoggerPool.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/PlainTextFormatter.idl b/offapi/com/sun/star/logging/PlainTextFormatter.idl
index 1e316aeefc1c..886a1c43cf87 100644
--- a/offapi/com/sun/star/logging/PlainTextFormatter.idl
+++ b/offapi/com/sun/star/logging/PlainTextFormatter.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/SimpleLogRing.idl b/offapi/com/sun/star/logging/SimpleLogRing.idl
index 9fdf5b2ab245..c600afaf7a28 100644
--- a/offapi/com/sun/star/logging/SimpleLogRing.idl
+++ b/offapi/com/sun/star/logging/SimpleLogRing.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/XConsoleHandler.idl b/offapi/com/sun/star/logging/XConsoleHandler.idl
index 28dc5c00d538..b4d464398c9c 100644
--- a/offapi/com/sun/star/logging/XConsoleHandler.idl
+++ b/offapi/com/sun/star/logging/XConsoleHandler.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/XCsvLogFormatter.idl b/offapi/com/sun/star/logging/XCsvLogFormatter.idl
index 83bd84b583ed..3fcaff7bf120 100644
--- a/offapi/com/sun/star/logging/XCsvLogFormatter.idl
+++ b/offapi/com/sun/star/logging/XCsvLogFormatter.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/XLogFormatter.idl b/offapi/com/sun/star/logging/XLogFormatter.idl
index 255eca2ac0a2..b176f1fea034 100644
--- a/offapi/com/sun/star/logging/XLogFormatter.idl
+++ b/offapi/com/sun/star/logging/XLogFormatter.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/XLogHandler.idl b/offapi/com/sun/star/logging/XLogHandler.idl
index 28987f130bc2..9d8136d03b00 100644
--- a/offapi/com/sun/star/logging/XLogHandler.idl
+++ b/offapi/com/sun/star/logging/XLogHandler.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl
index d32e66b3e4ab..4d91276c1709 100644
--- a/offapi/com/sun/star/logging/XLogger.idl
+++ b/offapi/com/sun/star/logging/XLogger.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/XLoggerPool.idl b/offapi/com/sun/star/logging/XLoggerPool.idl
index 8e05a5186659..9fa02a1b0683 100644
--- a/offapi/com/sun/star/logging/XLoggerPool.idl
+++ b/offapi/com/sun/star/logging/XLoggerPool.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
diff --git a/offapi/com/sun/star/logging/XSimpleLogRing.idl b/offapi/com/sun/star/logging/XSimpleLogRing.idl
index d7d82a6884f9..de98efc1b9e9 100644
--- a/offapi/com/sun/star/logging/XSimpleLogRing.idl
+++ b/offapi/com/sun/star/logging/XSimpleLogRing.idl
@@ -1,5 +1,5 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
+/**
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public