Browse Source

Update doxygen file and some copyright dates

pull/6/head
falkTX 8 years ago
parent
commit
f40b419e37
6 changed files with 9 additions and 5 deletions
  1. +1
    -1
      distrho/DistrhoInfo.hpp
  2. +1
    -1
      distrho/DistrhoPlugin.hpp
  3. +1
    -1
      distrho/DistrhoPluginMain.cpp
  4. +1
    -1
      distrho/DistrhoUIMain.cpp
  5. +1
    -1
      distrho/DistrhoUtils.hpp
  6. +4
    -0
      dpf.doxygen

+ 1
- 1
distrho/DistrhoInfo.hpp View File

@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this


+ 1
- 1
distrho/DistrhoPlugin.hpp View File

@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this


+ 1
- 1
distrho/DistrhoPluginMain.cpp View File

@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this


+ 1
- 1
distrho/DistrhoUIMain.cpp View File

@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this


+ 1
- 1
distrho/DistrhoUtils.hpp View File

@@ -1,6 +1,6 @@
/*
* DISTRHO Plugin Framework (DPF)
* Copyright (C) 2012-2015 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2012-2016 Filipe Coelho <falktx@falktx.com>
*
* Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this


+ 4
- 0
dpf.doxygen View File

@@ -242,11 +242,14 @@ SEARCH_INCLUDES = YES
INCLUDE_PATH =
INCLUDE_FILE_PATTERNS =
PREDEFINED = DOXYGEN \
HAVE_DGL=1 \
DISTRHO_PLUGIN_NAME="Plugin Name" \
DISTRHO_PLUGIN_NUM_INPUTS=2 \
DISTRHO_PLUGIN_NUM_OUTPUTS=2 \
DISTRHO_PLUGIN_URI="urn:distrho:name" \
DISTRHO_PLUGIN_HAS_UI=1 \
DISTRHO_PLUGIN_HAS_EMBED_UI=1 \
DISTRHO_PLUGIN_HAS_EXTERNAL_UI=1 \
DISTRHO_PLUGIN_IS_RT_SAFE=1 \
DISTRHO_PLUGIN_IS_SYNTH=1 \
DISTRHO_PLUGIN_WANT_DIRECT_ACCESS=1 \
@@ -256,6 +259,7 @@ PREDEFINED = DOXYGEN \
DISTRHO_PLUGIN_WANT_PROGRAMS=1 \
DISTRHO_PLUGIN_WANT_STATE=1 \
DISTRHO_PLUGIN_WANT_TIMEPOS=1 \
DISTRHO_PLUGIN_WANT_FULL_STATE=1 \
DISTRHO_UI_USE_NANOVG=1
EXPAND_AS_DEFINED = YES
SKIP_FUNCTION_MACROS = YES


Loading…
Cancel
Save